From bddbe04297d0d08eb29f1a70d1b43b9abc2315c0 Mon Sep 17 00:00:00 2001 From: "R. C. Howell" Date: Wed, 4 Jan 2023 13:47:06 -0800 Subject: [PATCH] Prepares 0.9.1 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7625489..bc7196a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.9.1] - 2023-01-04 + +### Added +- Makes the following `PartiQLCompilerBuilder` functions are moved to public + - `customOperatorFactories` + - `customFunctions` + - `customProcedures` + ## [0.9.0] - 2022-12-13 ### Added diff --git a/README.md b/README.md index cd3d70339..f2452a752 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.9.0` | +| `org.partiql` | `partiql-lang-kotlin` | `0.9.1` | For Maven builds, add the following to your `pom.xml`: diff --git a/gradle.properties b/gradle.properties index 9682e8cac..ed7df0aa2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.9.0 +version=0.9.1 ossrhUsername=EMPTY ossrhPassword=EMPTY