Skip to content

Commit

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

## [Unreleased]


## [0.9.10] - 2022-11-30
## [0.9.11] - 2022-12-05

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

Expand All @@ -13,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: Publish an event when Zipline is closed.
* Fix: Avoid a linear search through endpoint names.


## [0.9.10] - 2022-11-30

* New: Add support for `var` and `val` declarations in service interfaces.
* Fix: Update Gradle task to serve zipline files for compatibility with Gradle 7.6.

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.11"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0484dd4

Please sign in to comment.