Skip to content

Commit

Permalink
Prepare version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 31, 2023
1 parent 2deb458 commit 4649caa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
## [Unreleased]


## [1.3.0] - 2023-10-31 🎃

New:
- Add `CoroutineContext` parameter to `launchMolecule` to contribute elements to the combined
context that is used for running Compose.
- Support for Kotlin 1.9.20

This version works with Kotlin 1.9.20 by default.


## [1.2.1] - 2023-09-14

New:
Expand Down
5 changes: 3 additions & 2 deletions 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.2.1'
classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.0'
}
}
Expand All @@ -183,6 +183,7 @@ certain versions of Kotlin.

| Kotlin | Molecule |
|--------|----------------|
| 1.9.20 | 1.3.0 |
| 1.9.10 | 1.2.1 |
| 1.9.0 | 1.1.0 - 1.2.0 |
| 1.8.22 | 0.11.0 - 1.0.0 |
Expand All @@ -209,7 +210,7 @@ buildscript {
}
}
dependencies {
classpath 'app.cash.molecule:molecule-gradle-plugin:1.3.0-SNAPSHOT'
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.0-SNAPSHOT'
}
}
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.3.0-SNAPSHOT
VERSION_NAME=1.3.0

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 4649caa

Please sign in to comment.