Skip to content

Commit 2d44a92

Browse files
chore(release): 0.46.0
1 parent 6bb46ac commit 2d44a92

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.0](https://github.com/substrait-io/substrait-java/compare/v0.45.1...v0.46.0) (2024-12-01)
5+
6+
### Features
7+
8+
* **spark:** add some numeric function mappings ([#317](https://github.com/substrait-io/substrait-java/issues/317)) ([6bb46ac](https://github.com/substrait-io/substrait-java/commit/6bb46ac46ba63fc38d15b8913fb3b3b09f9939b3))
9+
410
## [0.45.1](https://github.com/substrait-io/substrait-java/compare/v0.45.0...v0.45.1) (2024-11-24)
511

612
### Bug Fixes

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.1
29+
version = 0.46.0
3030

3131
#signing
3232
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)