From 4b7b857488519836da65ee005223417ac77d5e02 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sat, 25 Nov 2023 19:50:29 -0500 Subject: [PATCH] Prepare version 1.3.1 --- CHANGELOG.md | 13 ++++++++++++- README.md | 3 ++- gradle.properties | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 106db77e..616b707c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ ## [Unreleased] +## [1.3.1] - 2023-11-25 + +New: +- Support for Kotlin 1.9.21 + +This version works with Kotlin 1.9.21 by default. + + ## [1.3.0] - 2023-10-31 🎃 New: @@ -201,7 +209,10 @@ Initial release -[Unreleased]: https://github.com/cashapp/molecule/compare/1.2.0...HEAD +[Unreleased]: https://github.com/cashapp/molecule/compare/1.3.1...HEAD +[1.3.1]: https://github.com/cashapp/molecule/releases/tag/1.3.1 +[1.3.0]: https://github.com/cashapp/molecule/releases/tag/1.3.0 +[1.2.1]: https://github.com/cashapp/molecule/releases/tag/1.2.1 [1.2.0]: https://github.com/cashapp/molecule/releases/tag/1.2.0 [1.1.0]: https://github.com/cashapp/molecule/releases/tag/1.1.0 [1.0.0]: https://github.com/cashapp/molecule/releases/tag/1.0.0 diff --git a/README.md b/README.md index 7e2724c9..91ac19eb 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.0' + classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.1' } } @@ -183,6 +183,7 @@ certain versions of Kotlin. | Kotlin | Molecule | |--------|----------------| +| 1.9.21 | 1.3.1 | | 1.9.20 | 1.3.0 | | 1.9.10 | 1.2.1 | | 1.9.0 | 1.1.0 - 1.2.0 | diff --git a/gradle.properties b/gradle.properties index af50a5df..c1700fab 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=1.4.0-SNAPSHOT +VERSION_NAME=1.3.1 SONATYPE_AUTOMATIC_RELEASE=true SONATYPE_HOST=DEFAULT