Skip to content

Commit

Permalink
Prepare for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Mar 14, 2024
1 parent 12eb4b7 commit fe1eec4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.3.0] - 2024-03-14

* Upgrade AGP to 8.3.0 (#117)
* Recursively search for `DynamicApi` supertype (#114)
* Fixed KSP configuration for flavored builds (#115)

## [0.2.2] - 2024-01-24

* Upgrade AGP to 8.2.2
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,13 @@ 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+ | 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.4.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.3.0-SNAPSHOT
VERSION_NAME=0.3.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 fe1eec4

Please sign in to comment.