File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
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
+
6
14
## [ 1.3.0] - 2023-10-31 🎃
7
15
8
16
New:
@@ -201,7 +209,10 @@ Initial release
201
209
202
210
203
211
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
205
216
[ 1.2.0 ] : https://github.com/cashapp/molecule/releases/tag/1.2.0
206
217
[ 1.1.0 ] : https://github.com/cashapp/molecule/releases/tag/1.1.0
207
218
[ 1.0.0 ] : https://github.com/cashapp/molecule/releases/tag/1.0.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.3.0 '
174
+ classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.1 '
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.21 | 1.3.1 |
186
187
| 1.9.20 | 1.3.0 |
187
188
| 1.9.10 | 1.2.1 |
188
189
| 1.9.0 | 1.1.0 - 1.2.0 |
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.1
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