Skip to content

Commit 4b7b857

Browse files
committed
Prepare version 1.3.1
1 parent 795c303 commit 4b7b857

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
## [Unreleased]
44

55

6+
## [1.3.1] - 2023-11-25
7+
8+
New:
9+
- Support for Kotlin 1.9.21
10+
11+
This version works with Kotlin 1.9.21 by default.
12+
13+
614
## [1.3.0] - 2023-10-31 🎃
715

816
New:
@@ -201,7 +209,10 @@ Initial release
201209

202210

203211

204-
[Unreleased]: https://github.com/cashapp/molecule/compare/1.2.0...HEAD
212+
[Unreleased]: https://github.com/cashapp/molecule/compare/1.3.1...HEAD
213+
[1.3.1]: https://github.com/cashapp/molecule/releases/tag/1.3.1
214+
[1.3.0]: https://github.com/cashapp/molecule/releases/tag/1.3.0
215+
[1.2.1]: https://github.com/cashapp/molecule/releases/tag/1.2.1
205216
[1.2.0]: https://github.com/cashapp/molecule/releases/tag/1.2.0
206217
[1.1.0]: https://github.com/cashapp/molecule/releases/tag/1.1.0
207218
[1.0.0]: https://github.com/cashapp/molecule/releases/tag/1.0.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ buildscript {
171171
mavenCentral()
172172
}
173173
dependencies {
174-
classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.0'
174+
classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.1'
175175
}
176176
}
177177
@@ -183,6 +183,7 @@ certain versions of Kotlin.
183183

184184
| Kotlin | Molecule |
185185
|--------|----------------|
186+
| 1.9.21 | 1.3.1 |
186187
| 1.9.20 | 1.3.0 |
187188
| 1.9.10 | 1.2.1 |
188189
| 1.9.0 | 1.1.0 - 1.2.0 |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=app.cash.molecule
22

33
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
4-
VERSION_NAME=1.4.0-SNAPSHOT
4+
VERSION_NAME=1.3.1
55

66
SONATYPE_AUTOMATIC_RELEASE=true
77
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)