Skip to content

Commit 4749dca

Browse files
committedMay 28, 2023
chore(release): 0.11.0
1 parent 6f29d32 commit 4749dca

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Release Notes
22
---
33

4+
## [0.11.0](https://github.com/substrait-io/substrait-java/compare/v0.10.0...v0.11.0) (2023-05-28)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* rename and move extension associated code (#148)
10+
11+
### Code Refactoring
12+
13+
* rename and move extension associated code ([#148](https://github.com/substrait-io/substrait-java/issues/148)) ([6f29d32](https://github.com/substrait-io/substrait-java/commit/6f29d32be0408bc3da7fe9a7a85ab3d269d1f670))
14+
415
## [0.10.0](https://github.com/substrait-io/substrait-java/compare/v0.9.0...v0.10.0) (2023-05-15)
516

617

‎gradle.properties

+1-1
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.10.0
23+
version = 0.11.0
2424

2525
#signing
2626
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)
Please sign in to comment.