Skip to content

Commit ed529fc

Browse files
chore(release): 0.85.0
1 parent 441d355 commit ed529fc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
## [0.85.0](https://github.com/substrait-io/substrait-java/compare/v0.84.1...v0.85.0) (2026-03-14)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **core:** fully drops URI usage
9+
10+
### Features
11+
12+
* **core:** bump substrait to v0.85.0, drop URI support ([#740](https://github.com/substrait-io/substrait-java/issues/740)) ([441d355](https://github.com/substrait-io/substrait-java/commit/441d355b184e6bd8000143111b64bb39583b7dec))
13+
414
## [0.84.1](https://github.com/substrait-io/substrait-java/compare/v0.84.0...v0.84.1) (2026-03-14)
515

616
### Bug Fixes

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.84.1
11+
version = 0.85.0
1212

1313
#signing
1414
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)