Skip to content

Commit 57d9dbe

Browse files
committed
Prepare 2.1.0-2.2.3-0 release
1 parent b2b3eb3 commit 57d9dbe

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## Version 2.1.0-2.2.3-0 (2025-08-19)
4+
- Updates `SQLite3` to `3.50.3` [[#150]][150]
5+
- `sqlite-jdbc` to `3.50.3.0`
6+
- `SQLite3MultipleCiphers` to `2.2.3`
7+
- Updates dependencies [[#151]][151]
8+
- `kotlin` to `2.1.21`
9+
- `kotlinx-coroutines` to `1.10.2`
10+
- `immutable` to `0.2.0`
11+
- `encoding` to `2.4.0`
12+
313
## Version 2.1.0-2.1.0-0 (2025-05-23)
414
- Updates dependencies [[#143]][143]
515
- `kotlin` to `2.0.21`
@@ -153,3 +163,5 @@
153163
[143]: https://github.com/toxicity-io/sqlite-mc/pull/143
154164
[145]: https://github.com/toxicity-io/sqlite-mc/pull/145
155165
[147]: https://github.com/toxicity-io/sqlite-mc/pull/147
166+
[150]: https://github.com/toxicity-io/sqlite-mc/pull/150
167+
[151]: https://github.com/toxicity-io/sqlite-mc/pull/151

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ I'm guessing this is not really a factor on iOS."
380380
```kotlin
381381
plugins {
382382
// Provides the SQLDelight gradle plugin automatically and applies it
383-
id("io.toxicity.sqlite-mc") version("2.1.0-2.1.0-0")
383+
id("io.toxicity.sqlite-mc") version("2.1.0-2.2.3-0")
384384
}
385385

386386
// Will automatically:
@@ -400,17 +400,17 @@ I'm guessing this is not really a factor on iOS."
400400
//
401401
// This is simply the desktop binary resources needed for
402402
// JDBC to operate locally on the machine.
403-
testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.1.0-2.1.0-0")
403+
testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.1.0-2.2.3-0")
404404
}
405405
```
406406

407407
<!-- TAG_VERSION -->
408-
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.1.0--2.1.0--0-blue.svg?style=flat
408+
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.1.0--2.2.3--0-blue.svg?style=flat
409409
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
410410

411411
<!-- TAG_DEPENDENCIES -->
412412
[badge-kotlin]: https://img.shields.io/badge/kotlin-2.1.21-blue.svg?logo=kotlin
413-
[badge-coroutines]: https://img.shields.io/badge/coroutines-1.9.0-blue.svg?logo=kotlin
413+
[badge-coroutines]: https://img.shields.io/badge/coroutines-1.10.2-blue.svg?logo=kotlin
414414
[badge-encoding]: https://img.shields.io/badge/encoding-2.4.0-blue.svg?style=flat
415415
[badge-immutable]: https://img.shields.io/badge/immutable-0.2.0-blue.svg?style=flat
416416
[badge-sqldelight]: https://img.shields.io/badge/SQLDelight-2.1.0-blue.svg?style=flat

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ POM_DEVELOPER_ID=toxicity-io
3232
POM_DEVELOPER_NAME=Toxicity
3333
POM_DEVELOPER_URL=https://github.com/toxicity-io/
3434

35-
VERSION_NAME=2.1.0-2.2.3-0-SNAPSHOT
35+
VERSION_NAME=2.1.0-2.2.3-0
3636
# 2.0.0-1.6.4-0-alpha01 = (02 00 00 00) + (01 06 04 00) + 11 = 03 06 04 11
3737
# 2.0.0-1.6.4-0-beta01 = (02 00 00 00) + (01 06 04 00) + 21 = 03 06 04 21
3838
# 2.0.0-1.6.4-0-rc01 = (02 00 00 00) + (01 06 04 00) + 31 = 03 06 04 31

0 commit comments

Comments
 (0)