File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+
6
+
7
+ ## [ 1.4.1] - 2024-02-28
8
+
5
9
New:
6
10
- Support for ` linuxArm64 ` and ` wasmJs ` targets.
7
11
@@ -228,7 +232,8 @@ Initial release
228
232
229
233
230
234
231
- [ Unreleased ] : https://github.com/cashapp/molecule/compare/1.4.0...HEAD
235
+ [ Unreleased ] : https://github.com/cashapp/molecule/compare/1.4.1...HEAD
236
+ [ 1.4.1 ] : https://github.com/cashapp/molecule/releases/tag/1.4.1
232
237
[ 1.4.0 ] : https://github.com/cashapp/molecule/releases/tag/1.4.0
233
238
[ 1.3.2 ] : https://github.com/cashapp/molecule/releases/tag/1.3.2
234
239
[ 1.3.1 ] : https://github.com/cashapp/molecule/releases/tag/1.3.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.4.0 '
174
+ classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.1 '
175
175
}
176
176
}
177
177
@@ -183,7 +183,7 @@ certain versions of Kotlin.
183
183
184
184
| Kotlin | Molecule |
185
185
| --------| ----------------|
186
- | 1.9.22 | 1.3.2 - 1.4.0 |
186
+ | 1.9.22 | 1.3.2 - 1.4.1 |
187
187
| 1.9.21 | 1.3.1 |
188
188
| 1.9.20 | 1.3.0 |
189
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.5.0-SNAPSHOT
4
+ VERSION_NAME =1.4.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