File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 2.0.2-1.9.0-0 (2024-10-26)
4+ - Updates ` SQLite3 ` to ` 3.47.0 ` [[ #127 ]] [ 127 ]
5+ - ` sqlite-jdbc ` to ` 3.47.0.0 `
6+ - ` SQLite3MultipleCiphers ` to ` 1.9.0 `
7+ - Fixes multiplatform metadata manifest ` unique_name ` parameter for all source sets to be truly unique [[ #128 ]] [ 128 ]
8+ - Updates Android/JVM ` .kotlin_module ` with truly unique file name [[ #128 ]] [ 128 ]
9+ - Updates dependencies [[ #128 ]] [ 128 ]
10+ - ` androidx.startup ` to ` 1.2.0 `
11+ - ` encoding ` to ` 2.2.2 `
12+ - ` immutable ` to ` 0.1.4 `
13+
314## Version 2.0.2-1.8.7-0 (2024-08-21)
415 - Updates ` SQLite3 ` to ` 3.46.1 ` [[ #123 ]] [ 123 ]
516 - ` sqlite-jdbc ` to ` 3.46.1.0 `
8798[ 119 ] : https://github.com/toxicity-io/sqlite-mc/pull/119
8899[ 121 ] : https://github.com/toxicity-io/sqlite-mc/pull/121
89100[ 123 ] : https://github.com/toxicity-io/sqlite-mc/pull/123
101+ [ 127 ] : https://github.com/toxicity-io/sqlite-mc/pull/127
102+ [ 128 ] : https://github.com/toxicity-io/sqlite-mc/pull/128
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."
378378 ``` kotlin
379379 plugins {
380380 // Provides the SQLDelight gradle plugin automatically and applies it
381- id(" io.toxicity.sqlite-mc" ) version(" 2.0.2-1.8.7 -0" )
381+ id(" io.toxicity.sqlite-mc" ) version(" 2.0.2-1.9.0 -0" )
382382 }
383383
384384 // Will automatically:
@@ -398,12 +398,12 @@ I'm guessing this is not really a factor on iOS."
398398 //
399399 // This is simply the desktop binary resources needed for
400400 // JDBC to operate locally on the machine.
401- testImplementation(" io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.8.7 -0" )
401+ testImplementation(" io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.9.0 -0" )
402402 }
403403 ```
404404
405405<!-- TAG_VERSION -->
406- [ badge-latest-release ] : https://img.shields.io/badge/latest--release-2.0.2--1.8.7 --0-blue.svg?style=flat
406+ [ badge-latest-release ] : https://img.shields.io/badge/latest--release-2.0.2--1.9.0 --0-blue.svg?style=flat
407407[ badge-license ] : https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat
408408
409409<!-- TAG_DEPENDENCIES -->
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ POM_DEVELOPER_ID=toxicity-io
3232POM_DEVELOPER_NAME =Toxicity
3333POM_DEVELOPER_URL =https://github.com/toxicity-io/
3434
35- VERSION_NAME =2.0.2-1.8.8-0-SNAPSHOT
35+ VERSION_NAME =2.0.2-1.9.0-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
@@ -42,4 +42,4 @@ VERSION_NAME=2.0.2-1.8.8-0-SNAPSHOT
4242# 2.1.0-1.6.5-2 = (02 01 00 00) + (01 06 05 00) + 42 = 03 07 05 42
4343# 2.1.0-1.6.6-0 = (02 01 00 00) + (01 06 06 00) + 40 = 03 07 06 40
4444# 2.2.1-1.7.0-0 = (02 02 01 00) + (01 07 00 00) + 40 = 03 09 01 40
45- VERSION_CODE =03081040
45+ VERSION_CODE =03090240
You can’t perform that action at this time.
0 commit comments