diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0d826a..01dfbe62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +0.24.1 +------ + +_2023-09-02_ + +- **Fix**: Use correct name for each `KotlinCompilation`'s `implementation` configuration in KMP projects. Note that Moshi still only supports JVM/Android. +- Update to Kotlin 1.9.10. +- Update to KSP 1.9.10-1.0.13. +- Compile against Gradle 8.3. +- Remove shaded anvil-compiler-utils dependency from moshi-ir. + 0.24.0 ------ diff --git a/gradle.properties b/gradle.properties index 60d7c4cf..170a6ae8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 GROUP=dev.zacsweers.moshix -VERSION_NAME=0.25.0-SNAPSHOT +VERSION_NAME=0.24.1 POM_DESCRIPTION=Moshi Extensions POM_URL=https://github.com/ZacSweers/MoshiX POM_SCM_URL=https://github.com/ZacSweers/MoshiX diff --git a/moshi-ir/moshi-gradle-plugin/gradle.properties b/moshi-ir/moshi-gradle-plugin/gradle.properties index 3265aedc..f5f0b22e 100644 --- a/moshi-ir/moshi-gradle-plugin/gradle.properties +++ b/moshi-ir/moshi-gradle-plugin/gradle.properties @@ -3,7 +3,7 @@ POM_ARTIFACT_ID=moshi-gradle-plugin POM_PACKAGING=jar GROUP=dev.zacsweers.moshix -VERSION_NAME=0.25.0-SNAPSHOT +VERSION_NAME=0.24.1 POM_DESCRIPTION=A Kotlin compiler plugin that generates Moshi JsonAdapter classes. POM_URL=https://github.com/ZacSweers/MoshiX/ POM_SCM_URL=https://github.com/ZacSweers/MoshiX/