Skip to content

Commit

Permalink
chore(release): 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 17, 2023
1 parent edfc65f commit 8aed018
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Release Notes
---

## [0.17.0](https://github.com/substrait-io/substrait-java/compare/v0.16.0...v0.17.0) (2023-09-17)


### ⚠ BREAKING CHANGES

* EnumArgument, TypeArgument and ValueArgument are now
abstract
* visit over core substrait types (#178)

### Features

* **calcite:** support reading in list and map literals ([#177](https://github.com/substrait-io/substrait-java/issues/177)) ([e8a2645](https://github.com/substrait-io/substrait-java/commit/e8a264539d35f2acee8b720e8292796f4d4825d1))
* use Immutables for Argument subclasses ([#179](https://github.com/substrait-io/substrait-java/issues/179)) ([edfc65f](https://github.com/substrait-io/substrait-java/commit/edfc65f1606f38e3dffd5fc9a294bf7365455186))
* visit over core substrait types ([#178](https://github.com/substrait-io/substrait-java/issues/178)) ([6bee452](https://github.com/substrait-io/substrait-java/commit/6bee452bb9070c42d1f06ac2c3387c5440a4ba1b))


### Bug Fixes

* **calcite:** use upperBound util when converting upperBound ([#176](https://github.com/substrait-io/substrait-java/issues/176)) ([b90432d](https://github.com/substrait-io/substrait-java/commit/b90432d8cc06d8c674abeed848cc4f2fe57d734d))

## [0.16.0](https://github.com/substrait-io/substrait-java/compare/v0.15.0...v0.16.0) (2023-09-06)


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.16.0
version = 0.17.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit 8aed018

Please sign in to comment.