Skip to content

Commit

Permalink
chore(release): 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 24, 2023
1 parent 16e5604 commit 0689c6b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Release Notes
---

## [0.18.0](https://github.com/substrait-io/substrait-java/compare/v0.17.0...v0.18.0) (2023-09-24)


### ⚠ BREAKING CHANGES

* StrLiteral is no longer converted to CHAR(<length>)

fix(isthmus): convert BinaryLiteral to VARBINARY
* BinaryLiteral is no longer converted to BINARY<length>)
* **calcite:** Isthmus no longer uses Calcite built-in MAX, MIN, SUM, SUM0 and AVG functions
* **calcite:** removed REQUIRED and NULLABLE fields from Type interface

### Features

* **calcite:** dedicated Substrait MAX, MIN, SUM, SUM0 and AVG functions ([#180](https://github.com/substrait-io/substrait-java/issues/180)) ([477b63e](https://github.com/substrait-io/substrait-java/commit/477b63e0b2b3bb2caf877a5cc9518fd08b2f6ea0))
* extend literal conversion support ([#183](https://github.com/substrait-io/substrait-java/issues/183)) ([6e82f39](https://github.com/substrait-io/substrait-java/commit/6e82f397a168f3811593fe8248753d70d4f0c04f))


### Bug Fixes

* support any<n>? type syntax in function extensions ([#184](https://github.com/substrait-io/substrait-java/issues/184)) ([16e5604](https://github.com/substrait-io/substrait-java/commit/16e56046cec47a7913975817d780224c95a926e4))

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


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.17.0
version = 0.18.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit 0689c6b

Please sign in to comment.