Skip to content

Commit e0a9f24

Browse files
committed
Prepare 2.0.2-2.0.2-0 release
1 parent b642d3b commit e0a9f24

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

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

3+
## Version 2.0.2-2.0.2-0 (2025-01-17)
4+
- Updates `SQLite3` to `3.48.0` [[#133]][133]
5+
- `sqlite-jdbc` to `3.48.0.0`
6+
- `SQLite3MultipleCiphers` to `2.0.2`
7+
38
## Version 2.0.2-2.0.1-0 (2025-01-16)
49
- Updates `SQLite3` to `3.47.2` [[#131]][131]
510
- `sqlite-jdbc` to `3.47.2.0`
@@ -114,3 +119,4 @@
114119
[128]: https://github.com/toxicity-io/sqlite-mc/pull/128
115120
[130]: https://github.com/toxicity-io/sqlite-mc/pull/130
116121
[131]: https://github.com/toxicity-io/sqlite-mc/pull/131
122+
[133]: https://github.com/toxicity-io/sqlite-mc/pull/133

README.md

Lines changed: 6 additions & 6 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.0.2-2.0.1-0")
383+
id("io.toxicity.sqlite-mc") version("2.0.2-2.0.2-0")
384384
}
385385

386386
// Will automatically:
@@ -400,12 +400,12 @@ 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.0.2-2.0.1-0")
403+
testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-2.0.2-0")
404404
}
405405
```
406406

407407
<!-- TAG_VERSION -->
408-
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--2.0.1--0-blue.svg?style=flat
408+
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--2.0.2--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 -->
@@ -414,10 +414,10 @@ I'm guessing this is not really a factor on iOS."
414414
[badge-encoding]: https://img.shields.io/badge/encoding-2.3.1-blue.svg?style=flat
415415
[badge-immutable]: https://img.shields.io/badge/immutable-0.1.4-blue.svg?style=flat
416416
[badge-sqldelight]: https://img.shields.io/badge/SQLDelight-2.0.2-blue.svg?style=flat
417-
[badge-sqlite]: https://img.shields.io/badge/SQLite3-3.47.2-blue.svg?style=flat
418-
[badge-sqlitemc]: https://img.shields.io/badge/SQLite3MultipleCiphers-2.0.1-blue.svg?style=flat
417+
[badge-sqlite]: https://img.shields.io/badge/SQLite3-3.48.0-blue.svg?style=flat
418+
[badge-sqlitemc]: https://img.shields.io/badge/SQLite3MultipleCiphers-2.0.2-blue.svg?style=flat
419419
[badge-sqliter]: https://img.shields.io/badge/SQLiter-1.3.1-blue.svg?style=flat
420-
[badge-sqlitejdbc]: https://img.shields.io/badge/sqlite--jdbc-3.47.2.0-blue.svg?style=flat
420+
[badge-sqlitejdbc]: https://img.shields.io/badge/sqlite--jdbc-3.48.0.0-blue.svg?style=flat
421421

422422
<!-- TAG_PLATFORMS -->
423423
[badge-platform-android]: http://img.shields.io/badge/-android%20[minSdk%2021]-6EDB8D.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.0.2-2.0.2-0-SNAPSHOT
35+
VERSION_NAME=2.0.2-2.0.2-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)