From 67bb008cbf97a9a70fab46aed3b1f8e57cbc2873 Mon Sep 17 00:00:00 2001 From: yliuuuu <107505258+yliuuuu@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:00:32 -0800 Subject: [PATCH] Prepare v0.14.0 release (#1276) Co-authored-by: Alan Cai --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60cfef79f..e5a3e82295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,24 @@ Thank you to all who have contributed! ## [Unreleased] +### Added + +### Changed + +### Deprecated + +### Fixed + +### Removed + +### Security + +### Contributors +Thank you to all who have contributed! +- @ + +## [0.14.0-alpha] - 2023-12-15 + ### Added - Adds top-level IR node creation functions. - Adds `componentN` functions (destructuring) to IR nodes via Kotlin data classes @@ -73,6 +91,7 @@ Thank you to all who have contributed! Thank you to all who have contributed! - @rchowell - @johnedquinn +- @yliuuuu - @alancai98 ## [0.13.2-alpha] - 2023-09-29 diff --git a/README.md b/README.md index ab35dde43e..0ceadb8dfe 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.14.0` | For Maven builds, add the following to your `pom.xml`: diff --git a/gradle.properties b/gradle.properties index 8a7580fe4e..90250f4748 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.14.0-SNAPSHOT +version=0.14.0 ossrhUsername=EMPTY ossrhPassword=EMPTY