Skip to content

Commit

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


## [0.9.3] - 2022-08-23
## [0.9.4] - 2022-09-07

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

Expand All @@ -13,6 +13,13 @@ 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: Build in a basic HTTP client for Apple platforms.
* Breaking change: Wrap exceptions thrown in bridged calls with `ZiplineException`. Previously
these were wrapped in `Exception` which was difficult to catch generically.


## [0.9.3] - 2022-08-23

* Breaking change: Move `SerializersModule` from a property of `ZiplineLoader` to a parameter in
`load()` and `loadOnce()`. This enables using a single loader for different applications that
have different serializers.
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.4"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1d9fea6

Please sign in to comment.