We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3864710 commit 32f45feCopy full SHA for 32f45fe
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Release Notes
2
---
3
4
+## [0.38.0](https://github.com/substrait-io/substrait-java/compare/v0.37.0...v0.38.0) (2024-08-11)
5
+
6
+### Features
7
8
+* make ProtoRelConverter utility methods protected ([#285](https://github.com/substrait-io/substrait-java/issues/285)) ([3864710](https://github.com/substrait-io/substrait-java/commit/386471036d7cf93bd86a19b8511f20979aa7f23f))
9
10
## [0.37.0](https://github.com/substrait-io/substrait-java/compare/v0.36.0...v0.37.0) (2024-07-21)
11
12
### ⚠ BREAKING CHANGES
gradle.properties
@@ -26,7 +26,7 @@ sparkbundle.version=3.4
26
spark.version=3.4.2
27
28
#version that is going to be updated automatically by releases
29
-version = 0.37.0
+version = 0.38.0
30
31
#signing
32
SIGNING_KEY_ID = 193EAE47
0 commit comments