Skip to content

Commit

Permalink
Prepare version 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 14, 2024
1 parent 75e9827 commit 932653d
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,7 +2,17 @@

## Unreleased

Nothing yet!


## [1.18.0] - 2024-11-14
[1.18.0]: https://github.com/cashapp/zipline/releases/tag/1.18.0

* Fix: Prevent clients from caching the dev server's responses.
* New: "compile" subcommand in 'zipline-cli' compiles `.js` files to `.zipline` files.
* Upgrade: [Kotlin Serialization 1.7.3][kotlin_serialization_1_7_3].
* Upgrade: [kotlinx.coroutines 1.9.0][kotlinx_coroutines_1_9_0].
* Upgrade: [Okio 3.9.1][okio_3_9_1].


## [1.17.0] - 2024-08-28
Expand Down Expand Up @@ -568,12 +578,15 @@ Initial release.
[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
[kotlin_serialization_1_7_3]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.7.3
[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
[kotlinx_coroutines_1_9_0]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.9.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
[okio_3_9_1]: https://square.github.io/okio/changelog/#version-391
[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.18.0-SNAPSHOT
VERSION_NAME=1.18.0

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

0 comments on commit 932653d

Please sign in to comment.