Skip to content

Commit 7a9ac66

Browse files
chore(release): 0.45.1
1 parent 6c78d48 commit 7a9ac66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
## [0.45.1](https://github.com/substrait-io/substrait-java/compare/v0.45.0...v0.45.1) (2024-11-24)
5+
6+
### Bug Fixes
7+
8+
* **spark:** incorrect conversion of expand relation ([#316](https://github.com/substrait-io/substrait-java/issues/316)) ([6c78d48](https://github.com/substrait-io/substrait-java/commit/6c78d48126859e72a402b4bdab45c877db77ae18))
9+
410
## [0.45.0](https://github.com/substrait-io/substrait-java/compare/v0.44.0...v0.45.0) (2024-10-27)
511

612
### ⚠ BREAKING CHANGES

gradle.properties

Lines changed: 1 addition & 1 deletion
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.45.0
29+
version = 0.45.1
3030

3131
#signing
3232
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)