From 91242433d18338ec9aed7975ace62b8111427566 Mon Sep 17 00:00:00 2001 From: Ralf Wondratschek Date: Mon, 4 Nov 2024 15:21:21 -0800 Subject: [PATCH] Releasing 0.1.0. --- CHANGELOG.md | 18 ++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 203494d..14af9ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 43a63eb..4c6b60b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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