Skip to content

Commit

Permalink
[skip ci] Update README & RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Apr 27, 2022
1 parent 2e5a4c4 commit 14f189e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The best practise of using Booster is integrating the specific module to solve t
```groovy
buildscript {
ext.booster_version = '4.6.0'
ext.booster_version = '4.7.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -122,7 +122,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
```groovy
plugins {
id 'com.didiglobal.booster' version '4.6.0'
id 'com.didiglobal.booster' version '4.7.0'
}
```

Expand Down
7 changes: 7 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v4.7.0

- Add `DotGraph.visualize()` for graph visualization
- Add `booster-task-graph` for task graph visualization
- Fix improper task dependencies
- Fix issue [#304](https://github.com/didi/booster/issues/304): `ScheduledThreadPoolExecutor` transform bug

## v4.6.0

- Add extension property `BaseVariant.mergedNativeLibs: Collection<File>`
Expand Down

0 comments on commit 14f189e

Please sign in to comment.