Skip to content

Commit

Permalink
Prepare for release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed May 29, 2024
1 parent a3abd1c commit 5bf4047
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.4.0] - 2024-05-29

* Bump to AGP 8.4.1 (#121)

## [0.3.1] - 2024-05-01

* Put the gradle styles in quotes in the error message (#118)
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,15 @@ project will continue to patch this issue without disabling the incremental tran

Version Compatibility:

| AGP | Better Dynamic Features |
|--------|-------------------------|
| 8.1.0 | 0.1.0 |
| 8.2.0 | 0.2.0 |
| 8.2.1 | 0.2.1 |
| 8.3.0 | 0.3.0 |
| 8.4.0+ | TBD |
| AGP | Better Dynamic Features |
|-----------|-------------------------|
| 8.1.0 | 0.1.0 |
| 8.2.0 | 0.2.0 |
| 8.2.1 | 0.2.1 |
| 8.3.0 | 0.3.0 |
| 8.3.2 | 0.3.1 |
| **8.4.1** | **0.4.0** |
| 8.5.0+ | TBD |

# Using Feature Module Code

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.cash.better.dynamic.features
VERSION_NAME=0.4.0-SNAPSHOT
VERSION_NAME=0.4.0

POM_URL=https://github.com/cashapp/better-dynamic-features/
POM_SCM_URL=https://github.com/cashapp/better-dynamic-features/
Expand Down

0 comments on commit 5bf4047

Please sign in to comment.