Skip to content

Commit

Permalink
Prepare version 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 17, 2022
1 parent ee73e4d commit 8ef8861
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [Unreleased]


## [0.9.8] - 2022-11-16
## [0.9.9] - 2022-11-16

We've changed this project to focus exclusively on executing Kotlin/JS libraries.

Expand All @@ -13,6 +13,11 @@ until June 2021), those projects remain as git branches but will not receive fur

The project's new Maven coordinates are `app.cash.zipline:zipline`.

* Changed: Roll back Kotlin 1.7.20 to ensure downstream users can still use Compose easily. The plugin remains compatible with 1.7.21.


## [0.9.8] - 2022-11-16

* New: Support Kotlin 1.7.21.


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ apply(plugin = "com.vanniktech.maven.publish.base")

allprojects {
group = "app.cash.zipline"
version = "1.0.0-SNAPSHOT"
version = "0.9.9"

repositories {
mavenCentral()
Expand Down

0 comments on commit 8ef8861

Please sign in to comment.