Skip to content

Commit ae59c32

Browse files
chore(release): 0.46.1
1 parent af5a615 commit ae59c32

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.46.1](https://github.com/substrait-io/substrait-java/compare/v0.46.0...v0.46.1) (2024-12-22)
5+
6+
### Bug Fixes
7+
8+
* **spark:** casting date/time requires timezone ([#318](https://github.com/substrait-io/substrait-java/issues/318)) ([af5a615](https://github.com/substrait-io/substrait-java/commit/af5a6153892b474ada1876a85fd2c203ba8fe90a))
9+
410
## [0.46.0](https://github.com/substrait-io/substrait-java/compare/v0.45.1...v0.46.0) (2024-12-01)
511

612
### Features

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.46.0
29+
version = 0.46.1
3030

3131
#signing
3232
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)