Skip to content

Commit

Permalink
chore(release): 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 17, 2024
1 parent 72785ad commit 2c6acc6
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.29.0](https://github.com/substrait-io/substrait-java/compare/v0.28.1...v0.29.0) (2024-03-17)


### ⚠ BREAKING CHANGES

* **isthmus:** method ExpressionCreator.cast(Type, Expression) has been removed

### Features

* **isthmus:** support for safe casting ([#236](https://github.com/substrait-io/substrait-java/issues/236)) ([72785ad](https://github.com/substrait-io/substrait-java/commit/72785ad1a4bd1ba8481d75ddaf4f1a822bf9bf6b))

## [0.28.1](https://github.com/substrait-io/substrait-java/compare/v0.28.0...v0.28.1) (2024-03-10)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protobuf.version=3.17.1
slf4j.version=1.7.25

#version that is going to be updated automatically by releases
version = 0.28.1
version = 0.29.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit 2c6acc6

Please sign in to comment.