Skip to content

Commit

Permalink
Releasing 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Oct 7, 2024
1 parent 0cbb2a7 commit fe29920
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

### Changed

* **BREAKING CHANGE:** Enforce scope parameter on all `@Contributes*` annotations and stop using the kotlin-inject scope implicitly, see #36.
* Made the generated property when using `@ContributingAnnotation` private. There is no reason to expose the property on the compile classpath.

### Deprecated

### Removed
Expand All @@ -20,6 +17,19 @@
### Other Notes & Contributions


## [0.0.5] - 2024-10-07

### Changed

* **BREAKING CHANGE:** Enforce scope parameter on all `@Contributes*` annotations and stop using the kotlin-inject scope implicitly, see #36.
* Made the generated property when using `@ContributingAnnotation` private. There is no reason to expose the property on the compile classpath.
* Support excluding contributions from custom annotations as long as they have the `@Origin` annotation added to generated code.

### Fixed

* Allow adding annotations from `:runtime-optional` to abstract properties.


## [0.0.4] - 2024-09-16

### Fixed
Expand Down Expand Up @@ -56,7 +66,8 @@

- Initial release.

[Unreleased]: https://github.com/amzn/kotlin-inject-anvil/compare/0.0.4...HEAD
[Unreleased]: https://github.com/amzn/kotlin-inject-anvil/compare/0.0.5...HEAD
[0.0.5]: https://github.com/square/anvil/releases/tag/0.0.5
[0.0.4]: https://github.com/square/anvil/releases/tag/0.0.4
[0.0.3]: https://github.com/square/anvil/releases/tag/0.0.3
[0.0.2]: https://github.com/square/anvil/releases/tag/0.0.2
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.5-SNAPSHOT
VERSION_NAME=0.0.5
GROUP=software.amazon.lastmile.kotlin.inject.anvil

org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
Expand Down

0 comments on commit fe29920

Please sign in to comment.