From 9e5db84ffc73da99f008c06b013856f15c04afe1 Mon Sep 17 00:00:00 2001 From: John Quinn Date: Mon, 4 Mar 2024 10:22:02 -0700 Subject: [PATCH] Releases v1.0.0-perf.1 --- CHANGELOG.md | 15 +++++++++++++++ gradle.properties | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 117b702dfb..ca6bbe6159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,21 @@ Thank you to all who have contributed! Thank you to all who have contributed! - @ +## [1.0.0-perf.1] - 2024-03-04 + +This is a pre-release containing: +- A new, experimental evaluator under `org.partiql.eval`. +- Several breaking changes under `org.partiql.plan` and `org.partiql.types` and `org.partiql.spi`. + +Please note that these changes are subject to future breaking changes without warning. + +### Contributors +Thank you to all who have contributed! +- @alancai98 +- @johnedquinn +- @RCHowell +- @yliuuuu + ## [0.14.1] - 2024-01-03 ### Added diff --git a/gradle.properties b/gradle.properties index fe241ecacb..e476089d95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.14.2-SNAPSHOT +version=1.0.0-perf.1 ossrhUsername=EMPTY ossrhPassword=EMPTY