Skip to content

Commit

Permalink
Prepare version 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Dec 6, 2022
1 parent 27bc288 commit bf28778
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [0.9.11] - 2022-12-05
## [0.9.12] - 2022-12-06

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

Expand All @@ -12,6 +12,12 @@ 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`.

* New: Add `ZiplineFunction.isSuspending`.
* New: Add events for `ziplineCreate()`, `moduleLoadStart()`, and `moduleLoadEnd()`.


## [0.9.11] - 2022-12-05

* New: Publish an event when Zipline is closed.
* Fix: Avoid a linear search through endpoint names.

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

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

repositories {
mavenCentral()
Expand Down

0 comments on commit bf28778

Please sign in to comment.