Skip to content

Commit

Permalink
Prepare version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 20, 2023
1 parent 041c9c2 commit 2666b12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## Unreleased


## [1.6.0] - 2023-11-20

* Upgrade: [SQLDelight 2.0.0][sqldelight_2_0_0]


## [1.5.1] - 2023-11-14

* Fix: remove the Zipline version from the `klib` metadata in the `zipline-cinterop-quickjs`
Expand Down Expand Up @@ -440,3 +445,4 @@ Initial release.
[kotlin_serialization_1_6_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.6.0
[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
[sqldelight_2_0_0]: https://cashapp.github.io/sqldelight/2.0.0/changelog/#200-2023-07-26
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8

VERSION_NAME=1.6.0-SNAPSHOT
VERSION_NAME=1.6.0

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

0 comments on commit 2666b12

Please sign in to comment.