From bf048f891d12a103fc8338f9b250ed9c2039476f Mon Sep 17 00:00:00 2001 From: Alan Cai Date: Fri, 26 Jan 2024 10:57:51 -0800 Subject: [PATCH] Upgrade IonJava to v1.11.1; prepare v0.14.2 release (#1350) --- CHANGELOG.md | 9 ++++++--- README.md | 2 +- buildSrc/src/main/kotlin/partiql.versions.kt | 2 +- gradle.properties | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 117b702df..88f64bd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,12 @@ Thank you to all who have contributed! --> -## [Unreleased] +## [0.14.2] - 2024-01-25 ### Added ### Changed +- Upgrade IonJava dependency to v1.11.1 ### Deprecated @@ -41,7 +42,8 @@ Thank you to all who have contributed! ### Contributors Thank you to all who have contributed! -- @ +- @RCHowell +- @alancai98 ## [0.14.1] - 2024-01-03 @@ -969,7 +971,8 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int ### Added Initial alpha release of PartiQL. -[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.1...HEAD +[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.2...HEAD +[0.14.2]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.0-alpha...v0.14.1 [0.14.0-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.2-alpha...v0.14.0-alpha [0.13.2-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.1-alpha...v0.13.2-alpha diff --git a/README.md b/README.md index 178221277..c43dd0da0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o | Group ID | Artifact ID | Recommended Version | |---------------|-----------------------|---------------------| -| `org.partiql` | `partiql-lang-kotlin` | `0.14.1` | +| `org.partiql` | `partiql-lang-kotlin` | `0.14.2` | For Maven builds, add the following to your `pom.xml`: diff --git a/buildSrc/src/main/kotlin/partiql.versions.kt b/buildSrc/src/main/kotlin/partiql.versions.kt index 23697e6a3..0de5c655b 100644 --- a/buildSrc/src/main/kotlin/partiql.versions.kt +++ b/buildSrc/src/main/kotlin/partiql.versions.kt @@ -31,7 +31,7 @@ object Versions { const val gson = "2.10.1" const val guava = "31.1-jre" const val ionElement = "1.0.0" - const val ionJava = "1.10.2" + const val ionJava = "1.11.1" const val ionSchema = "1.2.1" const val jansi = "2.4.0" const val jgenhtml = "1.6" diff --git a/gradle.properties b/gradle.properties index fe241ecac..42f5ab2a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.14.2-SNAPSHOT +version=0.14.2 ossrhUsername=EMPTY ossrhPassword=EMPTY