Skip to content

Commit

Permalink
Prepare for release 0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 9, 2024
1 parent 611d9c8 commit ebb1f92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
**Unreleased**
--------------

- Use more unique names for default parent component functions.
0.2.3
-----

_2024-08-08_

- **Fix:** Use more unique names for default parent component functions.
- **Fix:** Strip `ABSTRACT` modifiers if present when overriding component-returning functions.

0.2.2
-----
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=dev.zacsweers.anvil

# When updating this, make sure to also update the parallel release versions in release.yml
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.2.3

POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
POM_INCEPTION_YEAR=2020
Expand Down

0 comments on commit ebb1f92

Please sign in to comment.