Skip to content

Commit

Permalink
Prepare version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Apr 12, 2023
1 parent 3e42fbe commit d4698fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [0.9.0] - 2023-04-12

New:
- Support for Kotlin 1.8.20
- Update to JetBrains Compose runtime 1.4.0 (AndroidX Compose runtime 1.4.0).
- Switch to JetBrains Compose compiler 1.4.5 (as yet unreleased AndroidX Compose compiler, probably 1.4.5)


## [0.8.0] - 2023-03-09

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:0.8.0'
classpath 'app.cash.molecule:molecule-gradle-plugin:0.9.0'
}
}
Expand All @@ -183,6 +183,7 @@ certain versions of Kotlin.

| Kotlin | Molecule |
|--------|---------------|
| 1.8.20 | 0.9.0 |
| 1.8.10 | 0.8.0 |
| 1.8.0 | 0.7.0 - 0.7.1 |
| 1.7.20 | 0.6.0 - 0.6.1 |
Expand All @@ -204,7 +205,7 @@ buildscript {
}
}
dependencies {
classpath 'app.cash.molecule:molecule-gradle-plugin:0.9.0-SNAPSHOT'
classpath 'app.cash.molecule:molecule-gradle-plugin:0.10.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=0.9.0-SNAPSHOT
VERSION_NAME=0.9.0

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit d4698fd

Please sign in to comment.