Skip to content

Commit

Permalink
chore(release): 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 6, 2024
1 parent eb484a3 commit 4b8a082
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b8a082

Please sign in to comment.