Skip to content

Commit 2c6acc6

Browse files
chore(release): 0.29.0
1 parent 72785ad commit 2c6acc6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Release Notes
22
---
33

4+
## [0.29.0](https://github.com/substrait-io/substrait-java/compare/v0.28.1...v0.29.0) (2024-03-17)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **isthmus:** method ExpressionCreator.cast(Type, Expression) has been removed
10+
11+
### Features
12+
13+
* **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))
14+
415
## [0.28.1](https://github.com/substrait-io/substrait-java/compare/v0.28.0...v0.28.1) (2024-03-10)
516

617

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protobuf.version=3.17.1
2424
slf4j.version=1.7.25
2525

2626
#version that is going to be updated automatically by releases
27-
version = 0.28.1
27+
version = 0.29.0
2828

2929
#signing
3030
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)