From c6bf4aec9147de59570e8dbfd6a6bc31ddf91412 Mon Sep 17 00:00:00 2001 From: Alan Cai Date: Fri, 29 Sep 2023 15:50:04 -0700 Subject: [PATCH] Prepare v0.13.2 release (#1235) --- CHANGELOG.md | 11 +++++++---- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ab462deb..ce2f3ec5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Adds overridden `toString()` method for Sprout-generated code. -- Adds CURRENT_DATE session variable to PartiQL.g4 and PartiQLParser -- Adds configurable AST to SQL pretty printer. Usage in Java `AstKt.sql(ast)` or in Kotlin `ast.sql()`. ### Changed @@ -28,9 +25,12 @@ Thank you to all who have contributed! --> -## [Unreleased] +## [0.13.2] ### Added +- Adds overridden `toString()` method for Sprout-generated code. +- Adds CURRENT_DATE session variable to PartiQL.g4 and PartiQLParser +- Adds configurable AST to SQL pretty printer. Usage in Java `AstKt.sql(ast)` or in Kotlin `ast.sql()`. - Support parsing, planning, and evaluation of Bitwise AND operator (&). - The Bitwise And Operator only works for integer operands. - The operator precedence may change based on the pending operator precedence [RFC](https://github.com/partiql/partiql-docs/issues/50). @@ -54,6 +54,9 @@ Thank you to all who have contributed! ### Contributors Thank you to all who have contributed! - @johnedquinn +- @RCHowell +- @yliuuuu +- @alanca98 ## [0.13.1] - 2023-09-19 diff --git a/README.md b/README.md index f2f0ec7503..ab35dde43e 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.1` | +| `org.partiql` | `partiql-lang-kotlin` | `0.13.2` | For Maven builds, add the following to your `pom.xml`: diff --git a/gradle.properties b/gradle.properties index dc1989963a..4557e43b15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.13.2-SNAPSHOT +version=0.13.2 ossrhUsername=EMPTY ossrhPassword=EMPTY