Skip to content

Commit

Permalink
Prepare 2.0.0-1.7.2-0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jan 18, 2024
1 parent 8ff46e6 commit 3d886a4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## Version 2.0.0-1.7.2-0 (2024-01-18)
- Adds usage of [immutable][url-immutable] library for publicly exposed collections/maps [[#103]][103]

## Version 2.0.0-1.7.2-0-beta01 (2023-12-02)
- Updates `kotlin` to `1.9.21` [[#85]][85]
- Updates `encoding` to `2.1.0` [[#85]][85]
Expand All @@ -20,9 +23,12 @@

[url-build-env]: https://github.com/05nelsonm/build-env
[url-dockcross]: https://github.com/dockcross/dockcross
[url-immutable]: https://github.com/05nelsonm/immutable

[85]: https://github.com/toxicity-io/sqlite-mc/pull/85
[86]: https://github.com/toxicity-io/sqlite-mc/pull/86
[91]: https://github.com/toxicity-io/sqlite-mc/pull/91
[94]: https://github.com/toxicity-io/sqlite-mc/pull/94
[95]: https://github.com/toxicity-io/sqlite-mc/pull/95
[96]: https://github.com/toxicity-io/sqlite-mc/pull/96
[103]: https://github.com/toxicity-io/sqlite-mc/pull/103
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ I'm guessing this is not really a factor on iOS."
```kotlin
plugins {
// Provides the SQLDelight gradle plugin automatically and applies it
id("io.toxicity.sqlite-mc") version("2.0.0-1.7.2-0-beta01")
id("io.toxicity.sqlite-mc") version("2.0.0-1.7.2-0")
}

// Will automatically:
Expand All @@ -393,19 +393,19 @@ 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.0-1.7.2-0-beta01")
testImplementation("io.toxicity.sqlite-mc:android-unit-test:2.0.0-1.7.2-0")
}
```

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

<!-- TAG_DEPENDENCIES -->
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.21-blue.svg?logo=kotlin
[badge-coroutines]: https://img.shields.io/badge/coroutines-1.7.3-blue.svg?logo=kotlin
[badge-encoding]: https://img.shields.io/badge/encoding-2.1.0-blue.svg?style=flat
[badge-immutable]: https://img.shields.io/badge/immutable-0.1.0--alpha01-blue.svg?style=flat
[badge-immutable]: https://img.shields.io/badge/immutable-0.1.0-blue.svg?style=flat
[badge-sqldelight]: https://img.shields.io/badge/SQLDelight-2.0.0-blue.svg?style=flat
[badge-sqlite]: https://img.shields.io/badge/SQLite3-3.43.2-blue.svg?style=flat
[badge-sqlitemc]: https://img.shields.io/badge/SQLite3MultipleCiphers-1.7.2-blue.svg?style=flat
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.0-1.7.2-0-SNAPSHOT
VERSION_NAME=2.0.0-1.7.2-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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gradle-kmp-configuration = "0.1.7"
gradle-kotlin = "1.9.21"
gradle-maven-publish = "0.25.3"

immutable = "0.1.0-alpha01"
immutable = "0.1.0"

kotlinx-coroutines = "1.7.3"

Expand Down

0 comments on commit 3d886a4

Please sign in to comment.