Skip to content

Commit d47a5ab

Browse files
chore(release): 0.56.0
1 parent 4d3640d commit d47a5ab

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.56.0](https://github.com/substrait-io/substrait-java/compare/v0.55.0...v0.56.0) (2025-05-04)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* LookupCalciteSchema has been removed
9+
10+
### Features
11+
12+
* introduce SchemaCollector ([#391](https://github.com/substrait-io/substrait-java/issues/391)) ([5d3abd8](https://github.com/substrait-io/substrait-java/commit/5d3abd8ede1d694d9c9d50e5ad6c581cc7fcc97f))
13+
* **isthmus:** upgrade to Calcite 1.39.0 ([#393](https://github.com/substrait-io/substrait-java/issues/393)) ([4d3640d](https://github.com/substrait-io/substrait-java/commit/4d3640d52291ea2dec2bfbf76f8f9f972ab98a7f))
14+
415
## [0.55.0](https://github.com/substrait-io/substrait-java/compare/v0.54.1...v0.55.0) (2025-04-27)
516

617
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sparkbundle.version=3.4
2626
spark.version=3.4.2
2727

2828
#version that is going to be updated automatically by releases
29-
version = 0.55.0
29+
version = 0.56.0
3030

3131
#signing
3232
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)