Skip to content

Commit 90a6d54

Browse files
chore(release): 0.8.0
1 parent f7b7c3d commit 90a6d54

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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+
418
## [0.7.0](https://github.com/substrait-io/substrait-java/compare/v0.6.0...v0.7.0) (2023-03-12)
519

620

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ slf4j.version=1.7.25
2020
jackson.version=2.12.4
2121

2222
#version that is going to be updated automatically by releases
23-
version = 0.7.0
23+
version = 0.8.0
2424

2525
#signing
2626
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)