Skip to content

Commit

Permalink
Prepare version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 13, 2022
1 parent a102c6c commit 04edf14
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 @@ -3,7 +3,7 @@
## [Unreleased]


## [0.9.5] - 2022-10-06
## [0.9.6] - 2022-10-13

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

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

* Fix: Don't fail with `unexpected call` errors because code was not being rewritten by our Kotlin
compiler plugin.


## [0.9.5] - 2022-10-06

* New: Support `@Contextual` as a type annotation on `ZiplineService` parameters and return types.
This will attempt to find a contextual serializer for the annotated type.
* Breaking: Rename `LoadedZipline` to `LoadResult`. This allows `ZiplineLoader.load()` to return
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apply(plugin = "com.vanniktech.maven.publish.base")

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

repositories {
mavenCentral()
Expand Down

0 comments on commit 04edf14

Please sign in to comment.