From 2ab6272eb6cca302b0abf800f0c692405ab7b2af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Mar 2023 03:15:49 +0000 Subject: [PATCH] chore(release): 0.6.0 --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820756e8..a879076e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Release Notes --- +## [0.6.0](https://github.com/substrait-io/substrait-java/compare/v0.5.0...v0.6.0) (2023-03-05) + + +### Features + +* add FailureBehavior enum to Cast immutable ([#115](https://github.com/substrait-io/substrait-java/issues/115)) ([fd7cd5f](https://github.com/substrait-io/substrait-java/commit/fd7cd5f112c96a2bd4d41a3b4ea4522a7a372ce4)) + + +### Bug Fixes + +* incorrect mapping of floating point + and - ops ([#131](https://github.com/substrait-io/substrait-java/issues/131)) ([963c72f](https://github.com/substrait-io/substrait-java/commit/963c72f8bd403c6d8d2b6f6e095c788ff9627f13)) + ## [0.5.0](https://github.com/substrait-io/substrait-java/compare/v0.4.0...v0.5.0) (2023-02-05) diff --git a/gradle.properties b/gradle.properties index 2cd0595b..78f48bde 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.5.0 +version = 0.6.0 #signing SIGNING_KEY_ID = 193EAE47