From a2ea781adc66849ea5f5c5272fcc91ab28f245f8 Mon Sep 17 00:00:00 2001 From: Alan Cai Date: Thu, 25 Jan 2024 15:27:16 -0800 Subject: [PATCH] Prepare v0.13.3 release --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 +- buildSrc/src/main/kotlin/partiql.versions.kt | 2 +- gradle.properties | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2f3ec5a7..a7bfa5d795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,25 @@ Thank you to all who have contributed! --> +## [0.13.3] - 2024-01-25 + +### Added + +### Changed +- Upgrade IonJava dependency to v1.11.1 + +### Deprecated + +### Fixed + +### Removed + +### Security + +### Contributors +Thank you to all who have contributed! +- @alancai98 + ## [0.13.2] ### Added diff --git a/README.md b/README.md index ab35dde43e..7a6a610645 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.13.2` | +| `org.partiql` | `partiql-lang-kotlin` | `0.13.3` | 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 8035593fc0..5009f58161 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 4557e43b15..161841619b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.13.2 +version=0.13.3 ossrhUsername=EMPTY ossrhPassword=EMPTY