We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af91dc3 commit f0756c9Copy full SHA for f0756c9
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Release Notes
2
---
3
4
+## [0.14.1](https://github.com/substrait-io/substrait-java/compare/v0.14.0...v0.14.1) (2023-08-06)
5
+
6
7
+### Bug Fixes
8
9
+* handle custom extensions through expressions ([#161](https://github.com/substrait-io/substrait-java/issues/161)) ([af91dc3](https://github.com/substrait-io/substrait-java/commit/af91dc3590ed07a5f9b91a75faf07ce30a0f7218))
10
11
## [0.14.0](https://github.com/substrait-io/substrait-java/compare/v0.13.0...v0.14.0) (2023-07-23)
12
13
gradle.properties
@@ -20,7 +20,7 @@ slf4j.version=1.7.25
20
jackson.version=2.12.4
21
22
#version that is going to be updated automatically by releases
23
-version = 0.14.0
+version = 0.14.1
24
25
#signing
26
SIGNING_KEY_ID = 193EAE47
0 commit comments