Skip to content

Commit

Permalink
Releasing 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Sep 11, 2024
1 parent 1e9cf34 commit cda5931
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

### Added

- Add multi-binding support to `@ContributesBinding` via a `multibinding` parameter.
- Add `mingwX64()` target to runtime.

### Changed

### Deprecated
Expand All @@ -22,9 +19,18 @@
### Other Notes & Contributions


## [0.0.2] - 2024-09-11

### Added

- Add multi-binding support to `@ContributesBinding` via a `multibinding` parameter.
- Add `mingwX64()` target to runtime.


## [0.0.1] - 2024-09-06

- Initial release.

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

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

0 comments on commit cda5931

Please sign in to comment.