Skip to content

Commit

Permalink
Releasing 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Nov 4, 2024
1 parent ec13e4e commit 9124243
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@
### Other Notes & Contributions


## [0.1.0] - 2024-11-04

### Added

* Provide option to hide the merged interface and make it no longer required to add the super type, see #8.
* Support `expect / actual` for generated factory functions using `@CreateComponent`, see #20.

### Changed

* Upgraded the project to Kotlin `2.0.21`.

### Fixed

* Support qualifiers on the factory functions when contributing subcomponents and don't silently drop them, see #58.
* Generate binding method for subcomponent factory, see #49.
* Update module name for KLib for common sources, see #63.


## [0.0.5] - 2024-10-07

### Changed
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.6-SNAPSHOT
VERSION_NAME=0.1.0
GROUP=software.amazon.lastmile.kotlin.inject.anvil

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

0 comments on commit 9124243

Please sign in to comment.