Skip to content

Commit

Permalink
chore(release): 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 7, 2023
1 parent 39c56ab commit 496d1a8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Release Notes
---

## [0.20.0](https://github.com/substrait-io/substrait-java/compare/v0.19.0...v0.20.0) (2023-11-07)


### ⚠ BREAKING CHANGES

* RelCopyOnWriteVisitor now extends RelVisitor and has generic type parameter

### Features

* exhaustive copy on write visitors ([#199](https://github.com/substrait-io/substrait-java/issues/199)) ([39c56ab](https://github.com/substrait-io/substrait-java/commit/39c56ab36042fefd30e5cb35b68301ea135fee1a))
* improved ReadRel handling ([#194](https://github.com/substrait-io/substrait-java/issues/194)) ([6548670](https://github.com/substrait-io/substrait-java/commit/6548670cba32efd42b6d5a312a7793569dd3d531))
* initial NestedLoopJoin support ([#188](https://github.com/substrait-io/substrait-java/issues/188)) ([b66d5b1](https://github.com/substrait-io/substrait-java/commit/b66d5b1354841e86f7f6fd73fe077155559ecfe3))


### Bug Fixes

* map switch expression to a Calcite CASE statement ([#189](https://github.com/substrait-io/substrait-java/issues/189)) ([b938573](https://github.com/substrait-io/substrait-java/commit/b9385731bd384624f0d04771dead6262a7a9328e))

## [0.19.0](https://github.com/substrait-io/substrait-java/compare/v0.18.0...v0.19.0) (2023-10-29)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ slf4j.version=1.7.25
jackson.version=2.12.4

#version that is going to be updated automatically by releases
version = 0.19.0
version = 0.20.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit 496d1a8

Please sign in to comment.