Skip to content

Commit

Permalink
chore(release): 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 14, 2024
1 parent e574913 commit 8902e69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
---

## [0.36.0](https://github.com/substrait-io/substrait-java/compare/v0.35.0...v0.36.0) (2024-07-14)

### ⚠ BREAKING CHANGES

* Expression#options now returns List<FunctionOption>
* ProtoAggregateFunctionConverter#from(AggregateFunction) now returns AggregateFunctionInvocation

### Bug Fixes

* include FunctionOptions when converting functions ([#278](https://github.com/substrait-io/substrait-java/issues/278)) ([e574913](https://github.com/substrait-io/substrait-java/commit/e57491333c7dd05ae3b1400e2185f807af1f5f88))

## [0.35.0](https://github.com/substrait-io/substrait-java/compare/v0.34.0...v0.35.0) (2024-06-30)

### 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.35.0
version = 0.36.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit 8902e69

Please sign in to comment.