Skip to content

Commit

Permalink
chore(release): 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 29, 2024
1 parent 32fea18 commit f22b3d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
---

## [0.41.0](https://github.com/substrait-io/substrait-java/compare/v0.40.0...v0.41.0) (2024-09-29)

### Features

* add ExpandRel support to core and Spark ([#295](https://github.com/substrait-io/substrait-java/issues/295)) ([32fea18](https://github.com/substrait-io/substrait-java/commit/32fea180e68ad7b0954e649a870e5e0ba8d7a6ed))

## [0.40.0](https://github.com/substrait-io/substrait-java/compare/v0.39.0...v0.40.0) (2024-09-22)

### ⚠ BREAKING CHANGES
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.40.0
version = 0.41.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit f22b3d0

Please sign in to comment.