Skip to content

Commit

Permalink
Releasing 0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Sep 16, 2024
1 parent adb290e commit 5c43e53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
### Other Notes & Contributions


## [0.0.4] - 2024-09-16

### Fixed

* Allow adding annotations from `:runtime-optional` to property getters and value parameters.


## [0.0.3] - 2024-09-13

### Added
Expand Down Expand Up @@ -46,7 +53,8 @@

- Initial release.

[Unreleased]: https://github.com/amzn/kotlin-inject-anvil/compare/0.0.3...HEAD
[0.0.2]: https://github.com/square/anvil/releases/tag/0.0.3
[Unreleased]: https://github.com/amzn/kotlin-inject-anvil/compare/0.0.4...HEAD
[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
[0.0.1]: https://github.com/square/anvil/releases/tag/0.0.1
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.4-SNAPSHOT
VERSION_NAME=0.0.4
GROUP=software.amazon.lastmile.kotlin.inject.anvil

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

0 comments on commit 5c43e53

Please sign in to comment.