File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
6
+ ## [ 1.3.0] - 2023-10-31 🎃
7
+
8
+ New:
9
+ - Add ` CoroutineContext ` parameter to ` launchMolecule ` to contribute elements to the combined
10
+ context that is used for running Compose.
11
+ - Support for Kotlin 1.9.20
12
+
13
+ This version works with Kotlin 1.9.20 by default.
14
+
15
+
6
16
## [ 1.2.1] - 2023-09-14
7
17
8
18
New:
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.2.1 '
174
+ classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.0 '
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.20 | 1.3.0 |
186
187
| 1.9.10 | 1.2.1 |
187
188
| 1.9.0 | 1.1.0 - 1.2.0 |
188
189
| 1.8.22 | 0.11.0 - 1.0.0 |
@@ -209,7 +210,7 @@ buildscript {
209
210
}
210
211
}
211
212
dependencies {
212
- classpath 'app.cash.molecule:molecule-gradle-plugin:1.3 .0-SNAPSHOT'
213
+ classpath 'app.cash.molecule:molecule-gradle-plugin:1.4 .0-SNAPSHOT'
213
214
}
214
215
}
215
216
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.3.0-SNAPSHOT
4
+ VERSION_NAME =1.3.0
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