Skip to content

Commit ce0f1ee

Browse files
chore(release): 0.29.1
1 parent 856331b commit ce0f1ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
---
33

4+
## [0.29.1](https://github.com/substrait-io/substrait-java/compare/v0.29.0...v0.29.1) (2024-03-31)
5+
6+
7+
### Bug Fixes
8+
9+
* correct function compound names for IntervalDay and IntervalYear [#240](https://github.com/substrait-io/substrait-java/issues/240) ([#242](https://github.com/substrait-io/substrait-java/issues/242)) ([856331b](https://github.com/substrait-io/substrait-java/commit/856331bae9901e618663622bbf60eaf923dea5b8))
10+
411
## [0.29.0](https://github.com/substrait-io/substrait-java/compare/v0.28.1...v0.29.0) (2024-03-17)
512

613

gradle.properties

Lines changed: 1 addition & 1 deletion
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.29.0
27+
version = 0.29.1
2828

2929
#signing
3030
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)