File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
---
3
3
4
+ ## [ 0.8.0] ( https://github.com/substrait-io/substrait-java/compare/v0.7.0...v0.8.0 ) (2023-04-09)
5
+
6
+
7
+ ### ⚠ BREAKING CHANGES
8
+
9
+ * Use commonExtension to indicate that these extensions
10
+ are associated with the RelCommon message
11
+ * Use relExtension to indicate that these extensions
12
+ are associated directly with Rels
13
+
14
+ ### Features
15
+
16
+ * google.protobuf.Any handling ([ #135 ] ( https://github.com/substrait-io/substrait-java/issues/135 ) ) ([ f7b7c3d] ( https://github.com/substrait-io/substrait-java/commit/f7b7c3d5286d4716f908d765fa43a893ad97a4fe ) )
17
+
4
18
## [ 0.7.0] ( https://github.com/substrait-io/substrait-java/compare/v0.6.0...v0.7.0 ) (2023-03-12)
5
19
6
20
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ slf4j.version=1.7.25
20
20
jackson.version =2.12.4
21
21
22
22
# version that is going to be updated automatically by releases
23
- version = 0.7 .0
23
+ version = 0.8 .0
24
24
25
25
# signing
26
26
SIGNING_KEY_ID = 193EAE47
You can’t perform that action at this time.
0 commit comments