File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
6
+ ## [ 1.3.2] - 2024-01-02
7
+
8
+ New:
9
+ - Support for Kotlin 1.9.22
10
+
11
+ This version works with Kotlin 1.9.22 by default.
12
+
13
+
6
14
## [ 1.3.1] - 2023-11-25
7
15
8
16
New:
@@ -209,7 +217,8 @@ Initial release
209
217
210
218
211
219
212
- [ Unreleased ] : https://github.com/cashapp/molecule/compare/1.3.1...HEAD
220
+ [ Unreleased ] : https://github.com/cashapp/molecule/compare/1.3.2...HEAD
221
+ [ 1.3.2 ] : https://github.com/cashapp/molecule/releases/tag/1.3.2
213
222
[ 1.3.1 ] : https://github.com/cashapp/molecule/releases/tag/1.3.1
214
223
[ 1.3.0 ] : https://github.com/cashapp/molecule/releases/tag/1.3.0
215
224
[ 1.2.1 ] : https://github.com/cashapp/molecule/releases/tag/1.2.1
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.3.1 '
174
+ classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.2 '
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.22 | 1.3.2 |
186
187
| 1.9.21 | 1.3.1 |
187
188
| 1.9.20 | 1.3.0 |
188
189
| 1.9.10 | 1.2.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.4.0-SNAPSHOT
4
+ VERSION_NAME =1.3.2
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