Skip to content

Commit 5462443

Browse files
chore(release): 0.81.0
1 parent cd2535b commit 5462443

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
## [0.81.0](https://github.com/substrait-io/substrait-java/compare/v0.80.0...v0.81.0) (2026-03-01)
5+
6+
### Features
7+
8+
* **isthmus:** support Substrait struct literal conversions ([#677](https://github.com/substrait-io/substrait-java/issues/677)) ([cd2535b](https://github.com/substrait-io/substrait-java/commit/cd2535b9cf34749baac5e60e2daa4a17690c19b6))
9+
410
## [0.80.0](https://github.com/substrait-io/substrait-java/compare/v0.79.0...v0.80.0) (2026-02-24)
511

612
### ⚠ BREAKING CHANGES

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.parallel=true
88
org.gradle.caching=true
99

1010
#version that is going to be updated automatically by releases
11-
version = 0.80.0
11+
version = 0.81.0
1212

1313
#signing
1414
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)