Skip to content

Commit 0a6f813

Browse files
committed
Prepare version 1.4.3
1 parent fc2df32 commit 0a6f813

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,25 @@
33
## [Unreleased]
44

55
New:
6-
- ...
6+
- Nothing yet!
77

88
Changed:
9-
- ...
9+
- Nothing yet!
1010

1111
Fixed:
12-
- ...
12+
- Nothing yet!
13+
14+
15+
## [1.4.3] - 2024-05-15
16+
17+
New:
18+
- Support for Kotlin 1.9.24
19+
20+
This version works with Kotlin 1.9.24 by default.
1321

1422

1523
## [1.4.2] - 2024-03-27
24+
1625
New:
1726
- Support for Kotlin 1.9.23
1827

@@ -250,7 +259,8 @@ Initial release
250259

251260

252261

253-
[Unreleased]: https://github.com/cashapp/molecule/compare/1.4.2...HEAD
262+
[Unreleased]: https://github.com/cashapp/molecule/compare/1.4.3...HEAD
263+
[1.4.3]: https://github.com/cashapp/molecule/releases/tag/1.4.3
254264
[1.4.2]: https://github.com/cashapp/molecule/releases/tag/1.4.2
255265
[1.4.1]: https://github.com/cashapp/molecule/releases/tag/1.4.1
256266
[1.4.0]: https://github.com/cashapp/molecule/releases/tag/1.4.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.4.2'
174+
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.3'
175175
}
176176
}
177177
@@ -183,6 +183,7 @@ certain versions of Kotlin.
183183

184184
| Kotlin | Molecule |
185185
|--------|----------------|
186+
| 1.9.24 | 1.4.3 |
186187
| 1.9.23 | 1.4.2 |
187188
| 1.9.22 | 1.3.2 - 1.4.1 |
188189
| 1.9.21 | 1.3.1 |

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.5.0-SNAPSHOT
4+
VERSION_NAME=1.4.3
55

66
SONATYPE_AUTOMATIC_RELEASE=true
77
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)