Skip to content

Commit

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


## [0.9.1] - 2022-08-18
## [0.9.2] - 2022-08-22

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

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

* Breaking change: `ZiplineLoader.load(...)` is no longer suspending.
* Breaking change: Don't require implementors of `ZiplineHttpClient` to implement URL resolution.
* Breaking change: Include a default clock implementation on iOS.
* Breaking change: Require callers to explicitly opt out of signature checks. Pass
`ManifestVerifier.Companion.NO_SIGNATURE_CHECKS` to use `ZiplineLoader` without code signature
verification.
* New: Support ECDSA P-256 for signatures.


## [0.9.1] - 2022-08-18

* New: Gradle extension `zipline {}` block.
* New: Compile files in parallel.
* New: Replace webpack with a dedicated static file server. Use `serveDevelopmentZipline` or
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.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 6b3f1a1

Please sign in to comment.