Skip to content

Commit be8e76d

Browse files
committed
Prepare version 1.4.1
1 parent b13772c commit be8e76d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
6+
7+
## [1.4.1] - 2024-02-28
8+
59
New:
610
- Support for `linuxArm64` and `wasmJs` targets.
711

@@ -228,7 +232,8 @@ Initial release
228232

229233

230234

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
232237
[1.4.0]: https://github.com/cashapp/molecule/releases/tag/1.4.0
233238
[1.3.2]: https://github.com/cashapp/molecule/releases/tag/1.3.2
234239
[1.3.1]: https://github.com/cashapp/molecule/releases/tag/1.3.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ buildscript {
171171
mavenCentral()
172172
}
173173
dependencies {
174-
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.0'
174+
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.1'
175175
}
176176
}
177177
@@ -183,7 +183,7 @@ certain versions of Kotlin.
183183

184184
| Kotlin | Molecule |
185185
|--------|----------------|
186-
| 1.9.22 | 1.3.2 - 1.4.0 |
186+
| 1.9.22 | 1.3.2 - 1.4.1 |
187187
| 1.9.21 | 1.3.1 |
188188
| 1.9.20 | 1.3.0 |
189189
| 1.9.10 | 1.2.1 |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=app.cash.molecule
22

33
# 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
55

66
SONATYPE_AUTOMATIC_RELEASE=true
77
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)