From fd10e3b8c9b6abea90ef22e28af89b30e8724476 Mon Sep 17 00:00:00 2001 From: Yingtao Liu Date: Fri, 20 Jan 2023 13:40:51 -0800 Subject: [PATCH] clean up --- CHANGELOG.md | 18 +++++++++++++++++- gradle.properties | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3caf506f7c..381fabda5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,15 +23,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed + +### Deprecated + +### Fixed + +### Removed + +### Security + +## [0.9.2] - 2023-01-20 + ### Added - Adds ability to pipe queries to the CLI +- Adds ability to run PartiQL files as executables by adding support for shebangs ### Changed -- Updates the CLI to use Pico CLI and modifies several CLI options ### Deprecated ### Fixed +- Fixes list/bag ExprValue creation in plan evaluator +- Fixes gradle build issues. ### Removed diff --git a/gradle.properties b/gradle.properties index ed7df0aa2c..09f1bb2930 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.9.1 +version=0.9.2 ossrhUsername=EMPTY ossrhPassword=EMPTY