From ac0b7d10fa6054df91bb6ea3610518e0030118ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Oct 2024 03:15:12 +0000 Subject: [PATCH] chore(release): 0.44.0 --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea300a2..435d57aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Release Notes --- +## [0.44.0](https://github.com/substrait-io/substrait-java/compare/v0.43.0...v0.44.0) (2024-10-20) + +### Features + +* **spark:** map EqualNullSafe fn to is_not_distinct_from ([#306](https://github.com/substrait-io/substrait-java/issues/306)) ([357cc01](https://github.com/substrait-io/substrait-java/commit/357cc01a087cc7b6efe699d4921a688a11eeddb3)) +* **spark:** support conversion of boolean types ([#305](https://github.com/substrait-io/substrait-java/issues/305)) ([d5452ad](https://github.com/substrait-io/substrait-java/commit/d5452add8815ab19d13a72a71305deefc06aff05)) + ## [0.43.0](https://github.com/substrait-io/substrait-java/compare/v0.42.0...v0.43.0) (2024-10-13) ### Features diff --git a/gradle.properties b/gradle.properties index 3b24a20b..19d02a6e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ sparkbundle.version=3.4 spark.version=3.4.2 #version that is going to be updated automatically by releases -version = 0.43.0 +version = 0.44.0 #signing SIGNING_KEY_ID = 193EAE47