From a33165f89343fc56ae5759332b85f56f2ae50184 Mon Sep 17 00:00:00 2001 From: Matthew Nelson Date: Mon, 27 May 2024 18:55:47 -0400 Subject: [PATCH] Prepare 2.0.2-1.8.5-0 release --- CHANGELOG.md | 8 ++++++++ README.md | 14 +++++++------- gradle.properties | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f3e90..fd07d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## Version 2.0.2-1.8.5-0 (2024-05-27) + - Updates `SQLite3` to `3.46.0` [[#119]][119] + - `sqlite-jdbc` to `3.46.0.0` + - `SQLite3MultipleCiphers` to `1.8.5` + - Updates dependencies [[#119]][119] + - `kotlinx-coroutines-core` to `1.8.1` + ## 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` @@ -66,3 +73,4 @@ [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 +[119]: https://github.com/toxicity-io/sqlite-mc/pull/119 diff --git a/README.md b/README.md index ff2f59b..9af8668 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.4-0") + id("io.toxicity.sqlite-mc") version("2.0.2-1.8.5-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.2-1.8.4-0") + testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.8.5-0") } ``` -[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--1.8.4--0-blue.svg?style=flat +[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--1.8.5--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.23-blue.svg?logo=kotlin -[badge-coroutines]: https://img.shields.io/badge/coroutines-1.8.0-blue.svg?logo=kotlin +[badge-coroutines]: https://img.shields.io/badge/coroutines-1.8.1-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-sqlite]: https://img.shields.io/badge/SQLite3-3.46.0-blue.svg?style=flat +[badge-sqlitemc]: https://img.shields.io/badge/SQLite3MultipleCiphers-1.8.5-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.2.0-blue.svg?style=flat +[badge-sqlitejdbc]: https://img.shields.io/badge/sqlite--jdbc-3.46.0.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 9c805d7..9426d23 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.5-0-SNAPSHOT +VERSION_NAME=2.0.2-1.8.5-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