From ba19d1e929c4e8b67f2dbc8ab4e3acd47c6c40f2 Mon Sep 17 00:00:00 2001 From: John Ed Quinn Date: Wed, 3 Jan 2024 10:23:40 -0800 Subject: [PATCH] Prepares v0.14.1 release --- CHANGELOG.md | 6 ++++-- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4050b3fbc..7e8b08502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Thank you to all who have contributed! --> -## [Unreleased] +## [0.14.1] - 2024-01-03 ### Added - Adds the ability to define a user-defined-function in `ConnectorMetadata` @@ -46,6 +46,7 @@ Thank you to all who have contributed! Thank you to all who have contributed! - @rchowell - @johnedquinn +- @yliuuuu ## [0.14.0-alpha] - 2023-12-15 @@ -950,7 +951,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.13.2-alpha...HEAD +[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.1...HEAD +[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 [0.13.1-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.0-alpha...v0.13.1-alpha diff --git a/README.md b/README.md index 0ceadb8df..178221277 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.0` | +| `org.partiql` | `partiql-lang-kotlin` | `0.14.1` | For Maven builds, add the following to your `pom.xml`: diff --git a/gradle.properties b/gradle.properties index 0be69b0ea..3f6dff8a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.14.1-SNAPSHOT +version=0.14.1 ossrhUsername=EMPTY ossrhPassword=EMPTY