Skip to content

Commit 287a64a

Browse files
authored
Releases v1.0.0-perf.1 (#1381)
* Releases v1.0.0-perf.1 * Updates 1.0.0 development version
1 parent e5a1e24 commit 287a64a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,21 @@ Thank you to all who have contributed!
4343
Thank you to all who have contributed!
4444
- @<your-username>
4545

46+
## [1.0.0-perf.1] - 2024-03-04
47+
48+
This is a pre-release containing:
49+
- A new, experimental evaluator under `org.partiql.eval`.
50+
- Several breaking changes under `org.partiql.plan` and `org.partiql.types` and `org.partiql.spi`.
51+
52+
Please note that these changes are subject to future breaking changes without warning.
53+
54+
### Contributors
55+
Thank you to all who have contributed!
56+
- @alancai98
57+
- @johnedquinn
58+
- @RCHowell
59+
- @yliuuuu
60+
4661
## [0.14.1] - 2024-01-03
4762

4863
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.partiql
2-
version=0.14.2-SNAPSHOT
2+
version=1.0.0-SNAPSHOT
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)