File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
10
## Version 2.0.2-1.9.1-0 (2024-12-09)
4
11
- Updates ` SQLite3 ` to ` 3.47.1 ` [[ #130 ]] [ 130 ]
5
12
- ` sqlite-jdbc ` to ` 3.47.1.0 `
106
113
[ 127 ] : https://github.com/toxicity-io/sqlite-mc/pull/127
107
114
[ 128 ] : https://github.com/toxicity-io/sqlite-mc/pull/128
108
115
[ 130 ] : https://github.com/toxicity-io/sqlite-mc/pull/130
116
+ [ 131 ] : https://github.com/toxicity-io/sqlite-mc/pull/131
Original file line number Diff line number Diff line change @@ -372,14 +372,15 @@ I'm guessing this is not really a factor on iOS."
372
372
373
373
### Get Started
374
374
375
+ <!-- TAG_VERSION -->
375
376
<!-- TAG_VERSION -->
376
377
377
378
1 . Remove ` SQLDelight ` gradle plugin and driver dependencies from your project
378
379
2 . Apply the ` sqlite-mc ` gradle plugin.
379
380
``` kotlin
380
381
plugins {
381
382
// 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" )
383
384
}
384
385
385
386
// Will automatically:
@@ -399,12 +400,12 @@ I'm guessing this is not really a factor on iOS."
399
400
//
400
401
// This is simply the desktop binary resources needed for
401
402
// 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" )
403
404
}
404
405
```
405
406
406
407
<!-- 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
408
409
[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
409
410
410
411
<!-- 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-2.0.1-0-SNAPSHOT
35
+ VERSION_NAME =2.0.2-2.0.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