diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f52b31d..b1d336561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Release Notes --- +## [0.42.0](https://github.com/substrait-io/substrait-java/compare/v0.41.0...v0.42.0) (2024-10-06) + +### ⚠ BREAKING CHANGES + +* EXCEPT ALL and INTERSECT ALL now output different SetOps + +### Features + +* **spark:** add MakeDecimal support ([#298](https://github.com/substrait-io/substrait-java/issues/298)) ([eec9727](https://github.com/substrait-io/substrait-java/commit/eec97274dc4b008335d59fc8d131de09ad818e67)) +* **spark:** support UNION ALL in SparkSql ([#301](https://github.com/substrait-io/substrait-java/issues/301)) ([b55d8b0](https://github.com/substrait-io/substrait-java/commit/b55d8b04e007a112fff090b50db6b7c06c7bb63e)) + +### Miscellaneous Chores + +* update to substrait v0.57.0 ([#300](https://github.com/substrait-io/substrait-java/issues/300)) ([eb484a3](https://github.com/substrait-io/substrait-java/commit/eb484a3037e50f6abfbb783aa36c4e9bb5449432)) + ## [0.41.0](https://github.com/substrait-io/substrait-java/compare/v0.40.0...v0.41.0) (2024-09-29) ### Features diff --git a/gradle.properties b/gradle.properties index 5b0cd70d0..74f95f787 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.41.0 +version = 0.42.0 #signing SIGNING_KEY_ID = 193EAE47