File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
13
## Version 2.1.0-2.1.0-0 (2025-05-23)
4
14
- Updates dependencies [[ #143 ]] [ 143 ]
5
15
- ` kotlin ` to ` 2.0.21 `
153
163
[ 143 ] : https://github.com/toxicity-io/sqlite-mc/pull/143
154
164
[ 145 ] : https://github.com/toxicity-io/sqlite-mc/pull/145
155
165
[ 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
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ I'm guessing this is not really a factor on iOS."
380
380
``` kotlin
381
381
plugins {
382
382
// 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" )
384
384
}
385
385
386
386
// Will automatically:
@@ -400,17 +400,17 @@ I'm guessing this is not really a factor on iOS."
400
400
//
401
401
// This is simply the desktop binary resources needed for
402
402
// 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" )
404
404
}
405
405
```
406
406
407
407
<!-- 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
409
409
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
410
410
411
411
<!-- TAG_DEPENDENCIES -->
412
412
[ 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
414
414
[ badge-encoding ] : https://img.shields.io/badge/encoding-2.4.0-blue.svg?style=flat
415
415
[ badge-immutable ] : https://img.shields.io/badge/immutable-0.2.0-blue.svg?style=flat
416
416
[ badge-sqldelight ] : https://img.shields.io/badge/SQLDelight-2.1.0-blue.svg?style=flat
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ POM_DEVELOPER_ID=toxicity-io
32
32
POM_DEVELOPER_NAME =Toxicity
33
33
POM_DEVELOPER_URL =https://github.com/toxicity-io/
34
34
35
- VERSION_NAME =2.1.0-2.2.3-0-SNAPSHOT
35
+ VERSION_NAME =2.1.0-2.2.3-0
36
36
# 2.0.0-1.6.4-0-alpha01 = (02 00 00 00) + (01 06 04 00) + 11 = 03 06 04 11
37
37
# 2.0.0-1.6.4-0-beta01 = (02 00 00 00) + (01 06 04 00) + 21 = 03 06 04 21
38
38
# 2.0.0-1.6.4-0-rc01 = (02 00 00 00) + (01 06 04 00) + 31 = 03 06 04 31
You can’t perform that action at this time.
0 commit comments