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
ZacSweers committed Aug 31, 2024
1 parent c8b0337 commit 4218e9e
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.3.0
-----

_2024-08-22_

- **New**: Add option to disable contributes subcomponent handling. This can be useful if working in a codebase or project that doesn't use `@ContributeSubcomponent` and thus doesn't need to scan the classpath for them while merging. More details can be found in the `## Options` section of `FORK.md`.
- **Enhancement**: Improve hint caching during contribution merging. Hints from the classpath are now only searched for once rather than every round.
- **Enhancement**: Improve error messaging when class lookups fail.
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.3.0

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 4218e9e

Please sign in to comment.