Skip to content

Commit 5f12de5

Browse files
committed
Prepare version 1.23.0
1 parent 4f850ef commit 5f12de5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
* In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.
66

77

8+
## [1.23.0] - 2025-09-09
9+
[1.23.0]: https://github.com/cashapp/zipline/releases/tag/1.23.0
10+
11+
* Fix: Recover from more full disk exceptions. We had a bug on Kotlin/Native where Zipline would
12+
crash if it was unable to create the cache directory.
13+
* Upgrade: [Kotlin 2.2.10][kotlin_2_2_10].
14+
* Upgrade: [Okio 3.16.0][okio_3_16_0].
15+
16+
817
## [1.22.0] - 2025-07-25
918
[1.22.0]: https://github.com/cashapp/zipline/releases/tag/1.22.0
1019

@@ -625,6 +634,7 @@ Initial release.
625634
[kotlin_2_0_0]: https://github.com/JetBrains/kotlin/releases/tag/v2.0.0
626635
[kotlin_2_1_21]: https://github.com/JetBrains/kotlin/releases/tag/v2.1.21
627636
[kotlin_2_2_0]: https://github.com/JetBrains/kotlin/releases/tag/v2.2.0
637+
[kotlin_2_2_10]: https://github.com/JetBrains/kotlin/releases/tag/v2.2.10
628638
[kotlin_serialization_1_4_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.4.0
629639
[kotlin_serialization_1_5_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.0
630640
[kotlin_serialization_1_5_1]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.1
@@ -638,6 +648,7 @@ Initial release.
638648
[kotlinx_coroutines_1_8_0]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.8.0
639649
[kotlinx_coroutines_1_9_0]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.9.0
640650
[okio_3_15_0]: https://square.github.io/okio/changelog/#version-3150
651+
[okio_3_16_0]: https://square.github.io/okio/changelog/#version-3160
641652
[okio_3_7_0]: https://square.github.io/okio/changelog/#version-370
642653
[okio_3_9_0]: https://square.github.io/okio/changelog/#version-390
643654
[okio_3_9_1]: https://square.github.io/okio/changelog/#version-391

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.caching=true
22
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
33
org.gradle.parallel=true
44

5-
VERSION_NAME=1.23.0-SNAPSHOT
5+
VERSION_NAME=1.23.0
66

77
android.useAndroidX=true
88
android.enableJetifier=false

0 commit comments

Comments
 (0)