Skip to content

Commit

Permalink
Releases v1.0.0-perf.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Mar 4, 2024
1 parent 484db75 commit 9e5db84
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ Thank you to all who have contributed!
Thank you to all who have contributed!
- @<your-username>

## [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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.partiql
version=0.14.2-SNAPSHOT
version=1.0.0-perf.1

ossrhUsername=EMPTY
ossrhPassword=EMPTY
Expand Down

0 comments on commit 9e5db84

Please sign in to comment.