Skip to content

Commit

Permalink
Prepare 2.0.2-1.8.7-0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Aug 21, 2024
1 parent 745312b commit c67b40a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## Version 2.0.2-1.8.7-0 (2024-08-21)
- Updates `SQLite3` to `3.46.1` [[#123]][123]
- `sqlite-jdbc` to `3.46.1.0`
- `SQLite3MultipleCiphers` to `1.8.7`

## Version 2.0.2-1.8.6-0 (2024-06-15)
- Updates `SQLite3MultipleCiphers` to `1.8.6` [[#121]][121]
- Updates dependencies [[#121]][121]
Expand Down Expand Up @@ -81,3 +86,4 @@
[115]: https://github.com/toxicity-io/sqlite-mc/pull/115
[119]: https://github.com/toxicity-io/sqlite-mc/pull/119
[121]: https://github.com/toxicity-io/sqlite-mc/pull/121
[123]: https://github.com/toxicity-io/sqlite-mc/pull/123
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@ I'm guessing this is not really a factor on iOS."

<!-- TAG_VERSION -->

1. Remove `SQLDelight` gradle plugin and drivers from your project
1. Remove `SQLDelight` gradle plugin and driver dependencies from your project
2. Apply the `sqlite-mc` gradle plugin.
```kotlin
plugins {
// Provides the SQLDelight gradle plugin automatically and applies it
id("io.toxicity.sqlite-mc") version("2.0.2-1.8.6-0")
id("io.toxicity.sqlite-mc") version("2.0.2-1.8.7-0")
}

// Will automatically:
Expand All @@ -398,12 +398,12 @@ I'm guessing this is not really a factor on iOS."
//
// This is simply the desktop binary resources needed for
// JDBC to operate locally on the machine.
testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.8.6-0")
testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.2-1.8.7-0")
}
```

<!-- TAG_VERSION -->
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--1.8.6--0-blue.svg?style=flat
[badge-latest-release]: https://img.shields.io/badge/latest--release-2.0.2--1.8.7--0-blue.svg?style=flat
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat

<!-- TAG_DEPENDENCIES -->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ POM_DEVELOPER_ID=toxicity-io
POM_DEVELOPER_NAME=Toxicity
POM_DEVELOPER_URL=https://github.com/toxicity-io/

VERSION_NAME=2.0.2-1.8.7-0-SNAPSHOT
VERSION_NAME=2.0.2-1.8.7-0
# 2.0.0-1.6.4-0-alpha01 = (02 00 00 00) + (01 06 04 00) + 11 = 03 06 04 11
# 2.0.0-1.6.4-0-beta01 = (02 00 00 00) + (01 06 04 00) + 21 = 03 06 04 21
# 2.0.0-1.6.4-0-rc01 = (02 00 00 00) + (01 06 04 00) + 31 = 03 06 04 31
Expand Down

0 comments on commit c67b40a

Please sign in to comment.