diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ebaffc8..94cabcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## [0.10.0] - 2023-06-26 + +New: +- Support for Kotlin 1.8.21 +- Update to JetBrains Compose runtime 1.4.1 (AndroidX Compose runtime 1.4.3). +- Switch to JetBrains Compose compiler 1.4.7 (AndroidX Compose compiler 1.4.7) + + ## [0.9.0] - 2023-04-12 New: diff --git a/README.md b/README.md index 1b4a95dd..ca9db59d 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'app.cash.molecule:molecule-gradle-plugin:0.9.0' + classpath 'app.cash.molecule:molecule-gradle-plugin:0.10.0' } } @@ -183,6 +183,7 @@ certain versions of Kotlin. | Kotlin | Molecule | |--------|---------------| +| 1.8.21 | 0.10.0 | | 1.8.20 | 0.9.0 | | 1.8.10 | 0.8.0 | | 1.8.0 | 0.7.0 - 0.7.1 | @@ -205,7 +206,7 @@ buildscript { } } dependencies { - classpath 'app.cash.molecule:molecule-gradle-plugin:0.10.0-SNAPSHOT' + classpath 'app.cash.molecule:molecule-gradle-plugin:0.11.0-SNAPSHOT' } } diff --git a/gradle.properties b/gradle.properties index 7c3a7a99..8c28e822 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=app.cash.molecule # HEY! If you change the major version here be sure to update release.yaml doc target folder! -VERSION_NAME=0.10.0-SNAPSHOT +VERSION_NAME=0.10.0 SONATYPE_AUTOMATIC_RELEASE=true SONATYPE_HOST=DEFAULT