Skip to content

Commit

Permalink
Prepare version 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 3, 2024
1 parent a4ae5ba commit 4da0c31
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
Nothing yet!


## [1.19.0] - 2024-12-03
[1.19.0]: https://github.com/cashapp/zipline/releases/tag/1.19.0

* Upgrade: [Kotlin 2.1.20](https://github.com/JetBrains/kotlin/releases/tag/v2.1.0)


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

Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ Zipline works on Android 4.3+ (API level 18+), Java 8+, and [Kotlin/Native].
Zipline uses unstable APIs in its implementation and is sensitive to version updates for these
components.

| Component | Supported Version | Notes |
|:---------------------|:------------------|:---------------------------------------------------------------------------------|
| Kotlin Compiler | 2.0.0 | Kotlin compiler plugins do not yet have a stable API. |
| Kotlin Serialization | 1.6.3 | For `decodeFromDynamic()`, `encodeToDynamic()`, and `ContextualSerializer`. |
| Kotlin Coroutines | 1.8.1 | For `transformLatest()`, `Deferred.getCompleted()`, and `CoroutineStart.ATOMIC`. |
| Component | Supported Version | Notes |
|:---------------------|:------------------|:----------------------------------------------------------------------------|
| Kotlin Compiler | 2.1.0 | Kotlin compiler plugins do not yet have a stable API. |
| Kotlin Serialization | 1.7.3 | For `decodeFromDynamic()`, `encodeToDynamic()`, and `ContextualSerializer`. |
| Kotlin Coroutines | 1.9.0 | For `transformLatest()` and `Deferred.getCompleted()`. |

We intend to use stable APIs as soon as they are available.

Expand Down Expand Up @@ -268,4 +268,3 @@ in this repo as are the release tags. Available versions are listed on
[qjs]: https://bellard.org/quickjs/
[trivia.kt]: samples/trivia/trivia-shared/src/commonMain/kotlin/app/cash/zipline/samples/trivia/trivia.kt
[triviaJs.kt]: samples/trivia/trivia-js/src/jsMain/kotlin/app/cash/zipline/samples/trivia/triviaJs.kt

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.19.0-SNAPSHOT
VERSION_NAME=1.19.0

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

0 comments on commit 4da0c31

Please sign in to comment.