Skip to content

Commit

Permalink
Prepare version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 27, 2024
1 parent 3f76671 commit ae9ffe7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,23 @@
## [Unreleased]

New:
-
- ...

Changed:
- Disable klib signature clash checks for JS compilations. These occasionally occur as a result of Compose compiler behavior, and are safe to disable (the first-party JetBrains Compose Gradle plugin also disables them).
- ...

Fixed:
-
- ...


## [1.4.2] - 2024-03-27
New:
- Support for Kotlin 1.9.23

Changed:
- Disable klib signature clash checks for JS compilations. These occasionally occur as a result of Compose compiler behavior, and are safe to disable (the first-party JetBrains Compose Gradle plugin also disables them).

This version works with Kotlin 1.9.23 by default.


## [1.4.1] - 2024-02-28
Expand Down Expand Up @@ -240,7 +250,8 @@ Initial release



[Unreleased]: https://github.com/cashapp/molecule/compare/1.4.1...HEAD
[Unreleased]: https://github.com/cashapp/molecule/compare/1.4.2...HEAD
[1.4.2]: https://github.com/cashapp/molecule/releases/tag/1.4.2
[1.4.1]: https://github.com/cashapp/molecule/releases/tag/1.4.1
[1.4.0]: https://github.com/cashapp/molecule/releases/tag/1.4.0
[1.3.2]: https://github.com/cashapp/molecule/releases/tag/1.3.2
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.1'
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.2'
}
}
Expand All @@ -183,6 +183,7 @@ certain versions of Kotlin.

| Kotlin | Molecule |
|--------|----------------|
| 1.9.23 | 1.4.2 |
| 1.9.22 | 1.3.2 - 1.4.1 |
| 1.9.21 | 1.3.1 |
| 1.9.20 | 1.3.0 |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=app.cash.molecule

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.4.2

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit ae9ffe7

Please sign in to comment.