Skip to content

Commit fe1eec4

Browse files
committed
Prepare for release 0.3.0
1 parent 12eb4b7 commit fe1eec4

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.3.0] - 2024-03-14
4+
5+
* Upgrade AGP to 8.3.0 (#117)
6+
* Recursively search for `DynamicApi` supertype (#114)
7+
* Fixed KSP configuration for flavored builds (#115)
8+
39
## [0.2.2] - 2024-01-24
410

511
* Upgrade AGP to 8.2.2

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,13 @@ project will continue to patch this issue without disabling the incremental tran
139139

140140
Version Compatibility:
141141

142-
| AGP | Better Dynamic Features |
143-
|-------|-------------------------|
144-
| 8.1.0 | 0.1.0 |
145-
| 8.2.0 | 0.2.0 |
146-
| 8.2.1 | 0.2.1 |
147-
| 8.3.0+ | TBD |
142+
| AGP | Better Dynamic Features |
143+
|--------|-------------------------|
144+
| 8.1.0 | 0.1.0 |
145+
| 8.2.0 | 0.2.0 |
146+
| 8.2.1 | 0.2.1 |
147+
| 8.3.0 | 0.3.0 |
148+
| 8.4.0+ | TBD |
148149

149150
# Using Feature Module Code
150151

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.better.dynamic.features
2-
VERSION_NAME=0.3.0-SNAPSHOT
2+
VERSION_NAME=0.3.0
33

44
POM_URL=https://github.com/cashapp/better-dynamic-features/
55
POM_SCM_URL=https://github.com/cashapp/better-dynamic-features/

0 commit comments

Comments
 (0)