File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
New:
6
- - ...
6
+ - Nothing yet!
7
7
8
8
Changed:
9
- - ...
9
+ - Nothing yet!
10
10
11
11
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.
13
21
14
22
15
23
## [ 1.4.2] - 2024-03-27
24
+
16
25
New:
17
26
- Support for Kotlin 1.9.23
18
27
@@ -250,7 +259,8 @@ Initial release
250
259
251
260
252
261
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
254
264
[ 1.4.2 ] : https://github.com/cashapp/molecule/releases/tag/1.4.2
255
265
[ 1.4.1 ] : https://github.com/cashapp/molecule/releases/tag/1.4.1
256
266
[ 1.4.0 ] : https://github.com/cashapp/molecule/releases/tag/1.4.0
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ buildscript {
171
171
mavenCentral()
172
172
}
173
173
dependencies {
174
- classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.2 '
174
+ classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.3 '
175
175
}
176
176
}
177
177
@@ -183,6 +183,7 @@ certain versions of Kotlin.
183
183
184
184
| Kotlin | Molecule |
185
185
| --------| ----------------|
186
+ | 1.9.24 | 1.4.3 |
186
187
| 1.9.23 | 1.4.2 |
187
188
| 1.9.22 | 1.3.2 - 1.4.1 |
188
189
| 1.9.21 | 1.3.1 |
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.molecule
2
2
3
3
# 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
5
5
6
6
SONATYPE_AUTOMATIC_RELEASE =true
7
7
SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments