Skip to content

Commit c0f9685

Browse files
committed
Prepare 2.0.2-2.0.1-0 release
1 parent feb4d70 commit c0f9685

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## Version 2.0.2-2.0.1-0 (2025-01-16)
4+
- Updates `SQLite3` to `3.47.2` [[#131]][131]
5+
- `sqlite-jdbc` to `3.47.2.0`
6+
- `SQLite3MultipleCiphers` to `2.0.1`
7+
- Updates dependencies [[#131]][131]
8+
- `encoding` to `2.3.1`
9+
310
## Version 2.0.2-1.9.1-0 (2024-12-09)
411
- Updates `SQLite3` to `3.47.1` [[#130]][130]
512
- `sqlite-jdbc` to `3.47.1.0`
@@ -106,3 +113,4 @@
106113
[127]: https://github.com/toxicity-io/sqlite-mc/pull/127
107114
[128]: https://github.com/toxicity-io/sqlite-mc/pull/128
108115
[130]: https://github.com/toxicity-io/sqlite-mc/pull/130
116+
[131]: https://github.com/toxicity-io/sqlite-mc/pull/131

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,15 @@ I'm guessing this is not really a factor on iOS."
372372

373373
### Get Started
374374

375+
<!-- TAG_VERSION -->
375376
<!-- TAG_VERSION -->
376377

377378
1. Remove `SQLDelight` gradle plugin and driver dependencies from your project
378379
2. Apply the `sqlite-mc` gradle plugin.
379380
```kotlin
380381
plugins {
381382
// Provides the SQLDelight gradle plugin automatically and applies it
382-
id("io.toxicity.sqlite-mc") version("2.0.2-1.9.1-0")
383+
id("io.toxicity.sqlite-mc") version("2.0.2-2.0.1-0")
383384
}
384385

385386
// Will automatically:
@@ -399,12 +400,12 @@ I'm guessing this is not really a factor on iOS."
399400
//
400401
// This is simply the desktop binary resources needed for
401402
// JDBC to operate locally on the machine.
402-
testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.9.1-0")
403+
testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-2.0.1-0")
403404
}
404405
```
405406

406407
<!-- TAG_VERSION -->
407-
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--1.9.1--0-blue.svg?style=flat
408+
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--2.0.1--0-blue.svg?style=flat
408409
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
409410

410411
<!-- TAG_DEPENDENCIES -->

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.1-0-SNAPSHOT
35+
VERSION_NAME=2.0.2-2.0.1-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)