diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a37c4..c001f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## Version 2.0.2-1.9.0-0 (2024-10-26) + - Updates `SQLite3` to `3.47.0` [[#127]][127] + - `sqlite-jdbc` to `3.47.0.0` + - `SQLite3MultipleCiphers` to `1.9.0` + - Fixes multiplatform metadata manifest `unique_name` parameter for all source sets to be truly unique [[#128]][128] + - Updates Android/JVM `.kotlin_module` with truly unique file name [[#128]][128] + - Updates dependencies [[#128]][128] + - `androidx.startup` to `1.2.0` + - `encoding` to `2.2.2` + - `immutable` to `0.1.4` + ## Version 2.0.2-1.8.7-0 (2024-08-21) - Updates `SQLite3` to `3.46.1` [[#123]][123] - `sqlite-jdbc` to `3.46.1.0` @@ -87,3 +98,5 @@ [119]: https://github.com/toxicity-io/sqlite-mc/pull/119 [121]: https://github.com/toxicity-io/sqlite-mc/pull/121 [123]: https://github.com/toxicity-io/sqlite-mc/pull/123 +[127]: https://github.com/toxicity-io/sqlite-mc/pull/127 +[128]: https://github.com/toxicity-io/sqlite-mc/pull/128 diff --git a/README.md b/README.md index 5a5a219..02ae12b 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ I'm guessing this is not really a factor on iOS." ```kotlin plugins { // Provides the SQLDelight gradle plugin automatically and applies it - id("io.toxicity.sqlite-mc") version("2.0.2-1.8.7-0") + id("io.toxicity.sqlite-mc") version("2.0.2-1.9.0-0") } // Will automatically: @@ -398,12 +398,12 @@ I'm guessing this is not really a factor on iOS." // // This is simply the desktop binary resources needed for // JDBC to operate locally on the machine. - testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.8.7-0") + testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.9.0-0") } ``` -[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--1.8.7--0-blue.svg?style=flat +[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--1.9.0--0-blue.svg?style=flat [badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat diff --git a/gradle.properties b/gradle.properties index 1b920cf..c9ed767 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,7 @@ POM_DEVELOPER_ID=toxicity-io POM_DEVELOPER_NAME=Toxicity POM_DEVELOPER_URL=https://github.com/toxicity-io/ -VERSION_NAME=2.0.2-1.8.8-0-SNAPSHOT +VERSION_NAME=2.0.2-1.9.0-0 # 2.0.0-1.6.4-0-alpha01 = (02 00 00 00) + (01 06 04 00) + 11 = 03 06 04 11 # 2.0.0-1.6.4-0-beta01 = (02 00 00 00) + (01 06 04 00) + 21 = 03 06 04 21 # 2.0.0-1.6.4-0-rc01 = (02 00 00 00) + (01 06 04 00) + 31 = 03 06 04 31 @@ -42,4 +42,4 @@ VERSION_NAME=2.0.2-1.8.8-0-SNAPSHOT # 2.1.0-1.6.5-2 = (02 01 00 00) + (01 06 05 00) + 42 = 03 07 05 42 # 2.1.0-1.6.6-0 = (02 01 00 00) + (01 06 06 00) + 40 = 03 07 06 40 # 2.2.1-1.7.0-0 = (02 02 01 00) + (01 07 00 00) + 40 = 03 09 01 40 -VERSION_CODE=03081040 +VERSION_CODE=03090240