Skip to content

Commit 2396d68

Browse files
chore(release): 0.38.1
1 parent 60575b3 commit 2396d68

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

4+
## [0.38.1](https://github.com/substrait-io/substrait-java/compare/v0.38.0...v0.38.1) (2024-08-18)
5+
6+
### Bug Fixes
7+
8+
* **core:** output nullability of IfThen depends on all possible outputs ([a0ca17b](https://github.com/substrait-io/substrait-java/commit/a0ca17bdb12aa7c3acbf9b5700fd546434bb2899))
9+
* **core:** wrong type derivation for ConsistentPartitionWindow ([#286](https://github.com/substrait-io/substrait-java/issues/286)) ([60575b3](https://github.com/substrait-io/substrait-java/commit/60575b3ddc6f9abd7040ccc3d70be69bdf19403f))
10+
411
## [0.38.0](https://github.com/substrait-io/substrait-java/compare/v0.37.0...v0.38.0) (2024-08-11)
512

613
### Features

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sparkbundle.version=3.4
2626
spark.version=3.4.2
2727

2828
#version that is going to be updated automatically by releases
29-
version = 0.38.0
29+
version = 0.38.1
3030

3131
#signing
3232
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)