Skip to content

Commit ebaa663

Browse files
chore(release): 0.34.0
1 parent 47f6172 commit ebaa663

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.34.0](https://github.com/substrait-io/substrait-java/compare/v0.33.0...v0.34.0) (2024-06-23)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* getDfsNames() has been removed from VirtualTableScan
9+
* getInitialSchema() not longer has a default implementation in VirtualTableScan
10+
11+
### Bug Fixes
12+
13+
* set VirtualTableScan schema explicitly ([#272](https://github.com/substrait-io/substrait-java/issues/272)) ([f1192cf](https://github.com/substrait-io/substrait-java/commit/f1192cfaf6c84fb1e466bae6eda75ba164444aa8))
14+
415
## [0.33.0](https://github.com/substrait-io/substrait-java/compare/v0.32.0...v0.33.0) (2024-06-16)
516

617
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protobuf.version=3.25.3
2424
slf4j.version=2.0.13
2525

2626
#version that is going to be updated automatically by releases
27-
version = 0.33.0
27+
version = 0.34.0
2828

2929
#signing
3030
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)