File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Version 2.0.2-1.9.1-0 (2024-12-09)
4
+ - Updates ` SQLite3 ` to ` 3.47.1 ` [[ #130 ]] [ 130 ]
5
+ - ` sqlite-jdbc ` to ` 3.47.1.0 `
6
+ - ` SQLite3MultipleCiphers ` to ` 1.9.1 `
7
+
3
8
## Version 2.0.2-1.9.0-0 (2024-10-26)
4
9
- Updates ` SQLite3 ` to ` 3.47.0 ` [[ #127 ]] [ 127 ]
5
10
- ` sqlite-jdbc ` to ` 3.47.0.0 `
100
105
[ 123 ] : https://github.com/toxicity-io/sqlite-mc/pull/123
101
106
[ 127 ] : https://github.com/toxicity-io/sqlite-mc/pull/127
102
107
[ 128 ] : https://github.com/toxicity-io/sqlite-mc/pull/128
108
+ [ 130 ] : https://github.com/toxicity-io/sqlite-mc/pull/130
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ I'm guessing this is not really a factor on iOS."
378
378
``` kotlin
379
379
plugins {
380
380
// Provides the SQLDelight gradle plugin automatically and applies it
381
- id(" io.toxicity.sqlite-mc" ) version(" 2.0.2-1.9.0 -0" )
381
+ id(" io.toxicity.sqlite-mc" ) version(" 2.0.2-1.9.1 -0" )
382
382
}
383
383
384
384
// Will automatically:
@@ -398,12 +398,12 @@ I'm guessing this is not really a factor on iOS."
398
398
//
399
399
// This is simply the desktop binary resources needed for
400
400
// JDBC to operate locally on the machine.
401
- testImplementation(" io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.9.0 -0" )
401
+ testImplementation(" io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.9.1 -0" )
402
402
}
403
403
```
404
404
405
405
<!-- TAG_VERSION -->
406
- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-2.0.2--1.9.0 --0-blue.svg?style=flat
406
+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-2.0.2--1.9.1 --0-blue.svg?style=flat
407
407
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
408
408
409
409
<!-- TAG_DEPENDENCIES -->
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.0.2-1.9.1-0-SNAPSHOT
35
+ VERSION_NAME =2.0.2-1.9.1-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