Skip to content

Commit

Permalink
Prepare version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jul 9, 2024
1 parent 412d3c4 commit a8c1850
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

## [1.14.0] - 2024-07-09

* New: `ZiplineLoader.load()` and `loadOnce()` now accept a suspending function.
* New: Don't crash in `ZiplineLoader` when writing to the disk cache fails. Use the new
`LoaderEventListener` type to observe such failures.
* Fix: Don't crash in Gradle if the Zipline runtime library is absent.
* New: Extend Kotlin's `AutoCloseable` in `Zipline`, `ZiplineService` and `ZiplineScope`.
* Upgrade: [Oracle Linux 8][oracle_linux_8] for x86_64 Linux (`amd64/oraclelinux:8` on Docker).
* Upgrade: [Kotlin Serialization 1.7.1][kotlin_serialization_1_7_1].


## [1.13.0] - 2024-06-14

* Fix: Don't derive the Zipline compiler's output directory from the Kotlin/JS output directory.
Expand Down Expand Up @@ -530,11 +541,13 @@ Initial release.
[kotlin_serialization_1_5_1]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.1
[kotlin_serialization_1_6_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.6.0
[kotlin_serialization_1_7_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.7.0
[kotlin_serialization_1_7_1]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.7.1
[kotlinx_coroutines_1_7_1]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.1
[kotlinx_coroutines_1_7_2]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.2
[kotlinx_coroutines_1_7_3]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.3
[kotlinx_coroutines_1_8_0]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.8.0
[okio_3_7_0]: https://square.github.io/okio/changelog/#version-370
[okio_3_9_0]: https://square.github.io/okio/changelog/#version-390
[oracle_linux_8]: https://docs.oracle.com/en/operating-systems/oracle-linux/8/
[sqldelight_2_0_0]: https://cashapp.github.io/sqldelight/2.0.0/changelog/#200-2023-07-26
[sqldelight_2_0_2]: https://cashapp.github.io/sqldelight/2.0.2/changelog/#202-2024-04-05
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.parallel=true

VERSION_NAME=1.14.0-SNAPSHOT
VERSION_NAME=1.14.0

android.useAndroidX=true
android.enableJetifier=false
Expand Down

0 comments on commit a8c1850

Please sign in to comment.