Skip to content

Commit ef3a9ff

Browse files
committed
Prepare version 1.4.0
1 parent e4d2076 commit ef3a9ff

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
## [Unreleased]
44

55

6+
## [1.4.0] - 2024-02-27
7+
8+
Changed:
9+
- Disable decoy generation for JS target to make compatible with JetBrains Compose 1.6. This is an ABI-breaking change, so all Compose-based libraries targeting JS will also need to have been recompiled.
10+
11+
This version works with Kotlin 1.9.22 by default.
12+
13+
614
## [1.3.2] - 2024-01-02
715

816
New:
@@ -217,7 +225,8 @@ Initial release
217225

218226

219227

220-
[Unreleased]: https://github.com/cashapp/molecule/compare/1.3.2...HEAD
228+
[Unreleased]: https://github.com/cashapp/molecule/compare/1.4.0...HEAD
229+
[1.4.0]: https://github.com/cashapp/molecule/releases/tag/1.4.0
221230
[1.3.2]: https://github.com/cashapp/molecule/releases/tag/1.3.2
222231
[1.3.1]: https://github.com/cashapp/molecule/releases/tag/1.3.1
223232
[1.3.0]: https://github.com/cashapp/molecule/releases/tag/1.3.0

README.md

Lines changed: 3 additions & 3 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.3.2'
174+
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.0'
175175
}
176176
}
177177
@@ -183,7 +183,7 @@ certain versions of Kotlin.
183183

184184
| Kotlin | Molecule |
185185
|--------|----------------|
186-
| 1.9.22 | 1.3.2 |
186+
| 1.9.22 | 1.3.2 - 1.4.0 |
187187
| 1.9.21 | 1.3.1 |
188188
| 1.9.20 | 1.3.0 |
189189
| 1.9.10 | 1.2.1 |
@@ -212,7 +212,7 @@ buildscript {
212212
}
213213
}
214214
dependencies {
215-
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.0-SNAPSHOT'
215+
classpath 'app.cash.molecule:molecule-gradle-plugin:1.5.0-SNAPSHOT'
216216
}
217217
}
218218

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.4.0-SNAPSHOT
4+
VERSION_NAME=1.4.0
55

66
SONATYPE_AUTOMATIC_RELEASE=true
77
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)