Skip to content

Commit 5d51349

Browse files
chore(release): 0.71.0
1 parent 2e3ca32 commit 5d51349

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

4+
## [0.71.0](https://github.com/substrait-io/substrait-java/compare/v0.70.0...v0.71.0) (2025-11-30)
5+
6+
### Features
7+
8+
* add ExchangeRel support to core ([#602](https://github.com/substrait-io/substrait-java/issues/602)) ([194f4e4](https://github.com/substrait-io/substrait-java/commit/194f4e4a31c0c81fdcd88431e6e008e72e3909b3))
9+
* **isthmus:** mapping of string extract and pad fns ([#619](https://github.com/substrait-io/substrait-java/issues/619)) ([359cc7c](https://github.com/substrait-io/substrait-java/commit/359cc7ccadf92522c6b8cae8d0886e28c228586b))
10+
11+
### Bug Fixes
12+
13+
* add missing serialVersionUIDs ([#621](https://github.com/substrait-io/substrait-java/issues/621)) ([2e3ca32](https://github.com/substrait-io/substrait-java/commit/2e3ca32efc5e770d2ae4d584179353f07e75e0ef))
14+
415
## [0.70.0](https://github.com/substrait-io/substrait-java/compare/v0.69.0...v0.70.0) (2025-11-23)
516

617
### Features

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.70.0
11+
version = 0.71.0
1212

1313
#signing
1414
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)