From 609053c5c91a6a79290a604aac2a7f0a1c02cce4 Mon Sep 17 00:00:00 2001 From: Matthew Nelson Date: Tue, 30 Apr 2024 17:29:04 -0400 Subject: [PATCH] Prepare 2.0.2-1.8.4-0 release --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++------------ README.md | 22 +++++++++++----------- gradle.properties | 4 ++-- 3 files changed, 41 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e5911..06f3e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,40 @@ # CHANGELOG +## Version 2.0.2-1.8.4-0 (2024-04-30) + - Updates `SQLite3` to `3.45.2` [[#114]][114] + - `sqlite-jdbc` to `3.45.2.0` + - `SQLite3MultipleCiphers` to `1.8.4` + - Updates dependencies [[#115]][115] + - `encoding` to `2.2.1` + - `immutable` to `0.1.2` + - `kotlin` to `1.9.23` + - `kotlinx-coroutines-core` to `1.8.0` + - `sqldelight` to `2.0.2` + ## Version 2.0.1-1.8.3-0 (2024-02-13) - - Updates `sqlite-jdbc` to `3.45.1.0` [[#110]][110] - - Updates `SQLite3MultipleCiphers` to `1.8.3` [[#110]][110] + - Updates `SQLite3` to `3.45.1` [[#110]][110] + - `sqlite-jdbc` to `3.45.1.0` + - `SQLite3MultipleCiphers` to `1.8.3` ## Version 2.0.1-1.8.2-0 (2024-01-19) - - Updates `SqlDelight` to `2.0.1` [[#106]][106] - - Increases minimum JDK version for `gradle-plugin` from `11` to `17` - - Updates `sqlite-jdbc` to `3.45.0.0` [[#106]][106] [[#107]][107] - - Updates [build-env][url-build-env] from `0.1.0` to `0.1.3` - - Migrates `linux-ppc64` build from `dockcross` to [build-env][url-build-env] - - Updates `SQLite3MultipleCiphers` to `1.8.2` [[#106]][106] [[#107]][107] - - Adds support for `watchosDeviceArm64` + - Updates `SQLite3` to `3.45.0` [[#106]][106] [[#107]][107] + - `sqlite-jdbc` to `3.45.0.0` + - Updates [build-env][url-build-env] from `0.1.0` to `0.1.3` + - Migrates `linux-ppc64` build from `dockcross` to [build-env][url-build-env] + - `SQLite3MultipleCiphers` to `1.8.2` + - `sqldelight` to `2.0.1` + - Increases minimum JDK version for `gradle-plugin` from `11` to `17` + - Adds support for `watchosDeviceArm64` - Adds support for cipher `ascon128` [[#108]][108] ## Version 2.0.0-1.7.2-0 (2024-01-18) - Adds usage of [immutable][url-immutable] library for publicly exposed collections/maps [[#103]][103] ## Version 2.0.0-1.7.2-0-beta01 (2023-12-02) - - Updates `kotlin` to `1.9.21` [[#85]][85] - - Updates `encoding` to `2.1.0` [[#85]][85] + - Updates dependencies [[#85]][85] + - `kotlin` to `1.9.21` + - `encoding` to `2.1.0` + - Updates `sqlite-jdbc` to `3.43.2.2` [[#94]][94] - `Linux-Android` binaries for `sqlite-jdbc` are no longer dropped when repackaging for `Jvm` to support applications running via `Termux` [[#86]][86] - Modifies `sqlite-jdbc` build to use [build-env][url-build-env] docker containers [[#91]][91] @@ -27,7 +42,6 @@ - Allows for reducing Android `minSdk` from `23` to `21` - Linux libc binaries are compiled against older version of `glibc` (specifically, `2.23`) for some supported targets than what [dockcross][url-dockcross] uses. - - Updates `sqlite-jdbc` to `3.43.2.2` [[#94]][94] - Adds `androidx.startup` dependency to obtain default `databases` directory for Android Runtime [[#95]][95] - Lowers Android `minSdk` to `21` [[#96]][96] @@ -50,3 +64,5 @@ [107]: https://github.com/toxicity-io/sqlite-mc/pull/107 [108]: https://github.com/toxicity-io/sqlite-mc/pull/108 [110]: https://github.com/toxicity-io/sqlite-mc/pull/110 +[114]: https://github.com/toxicity-io/sqlite-mc/pull/114 +[115]: https://github.com/toxicity-io/sqlite-mc/pull/115 diff --git a/README.md b/README.md index 45404d8..ff2f59b 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.1-1.8.3-0") + id("io.toxicity.sqlite-mc") version("2.0.2-1.8.4-0") } // Will automatically: @@ -398,24 +398,24 @@ 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.1-1.8.3-0") + testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.8.4-0") } ``` -[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.1--1.8.3--0-blue.svg?style=flat +[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--1.8.4--0-blue.svg?style=flat [badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat -[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.21-blue.svg?logo=kotlin -[badge-coroutines]: https://img.shields.io/badge/coroutines-1.7.3-blue.svg?logo=kotlin -[badge-encoding]: https://img.shields.io/badge/encoding-2.1.0-blue.svg?style=flat -[badge-immutable]: https://img.shields.io/badge/immutable-0.1.0-blue.svg?style=flat -[badge-sqldelight]: https://img.shields.io/badge/SQLDelight-2.0.1-blue.svg?style=flat -[badge-sqlite]: https://img.shields.io/badge/SQLite3-3.45.1-blue.svg?style=flat -[badge-sqlitemc]: https://img.shields.io/badge/SQLite3MultipleCiphers-1.8.3-blue.svg?style=flat +[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.23-blue.svg?logo=kotlin +[badge-coroutines]: https://img.shields.io/badge/coroutines-1.8.0-blue.svg?logo=kotlin +[badge-encoding]: https://img.shields.io/badge/encoding-2.2.1-blue.svg?style=flat +[badge-immutable]: https://img.shields.io/badge/immutable-0.1.2-blue.svg?style=flat +[badge-sqldelight]: https://img.shields.io/badge/SQLDelight-2.0.2-blue.svg?style=flat +[badge-sqlite]: https://img.shields.io/badge/SQLite3-3.45.2-blue.svg?style=flat +[badge-sqlitemc]: https://img.shields.io/badge/SQLite3MultipleCiphers-1.8.4-blue.svg?style=flat [badge-sqliter]: https://img.shields.io/badge/SQLiter-1.3.1-blue.svg?style=flat -[badge-sqlitejdbc]: https://img.shields.io/badge/sqlite--jdbc-3.45.1.0-blue.svg?style=flat +[badge-sqlitejdbc]: https://img.shields.io/badge/sqlite--jdbc-3.45.2.0-blue.svg?style=flat [badge-platform-android]: http://img.shields.io/badge/-android%20[minSdk%2021]-6EDB8D.svg?style=flat diff --git a/gradle.properties b/gradle.properties index 02b8895..9951007 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.1-1.8.4-0-SNAPSHOT +VERSION_NAME=2.0.2-1.8.4-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.1-1.8.4-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=03080540 +VERSION_CODE=03080640