Skip to content

Commit

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

0.2.2
-----

_2024-08-08_

- **Fix:** Correctly track inputs to KSP command line options so they don't result in incorrect task build cache hits.
- **Fix:** Don't set default AnvilExtension property values until after all properties are initialized.

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.2

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 bbe9e8b

Please sign in to comment.