Skip to content

Commit fb6af17

Browse files
committedJun 6, 2023
chore(release): 0.12.0
1 parent f505c23 commit fb6af17

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎CHANGELOG.md

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

4+
## [0.12.0](https://github.com/substrait-io/substrait-java/compare/v0.11.0...v0.12.0) (2023-06-06)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* TypeConverter no longer uses static methods
10+
* SimpleExtension.MAPPER has been replaced with SimpleExtension.objectMapper(String namespace)
11+
12+
### Features
13+
14+
* handle user-defined types in Isthmus ([#149](https://github.com/substrait-io/substrait-java/issues/149)) ([7d7acf8](https://github.com/substrait-io/substrait-java/commit/7d7acf8b46a8dfd6cf64079cb9d82e3bb782f4a1))
15+
* support IfThen translation from Substrait to Calcite ([#151](https://github.com/substrait-io/substrait-java/issues/151)) ([f505c23](https://github.com/substrait-io/substrait-java/commit/f505c23b905b45bfd069296cae3cf67a2f77e9cc))
16+
417
## [0.11.0](https://github.com/substrait-io/substrait-java/compare/v0.10.0...v0.11.0) (2023-05-28)
518

619

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ slf4j.version=1.7.25
2020
jackson.version=2.12.4
2121

2222
#version that is going to be updated automatically by releases
23-
version = 0.11.0
23+
version = 0.12.0
2424

2525
#signing
2626
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)
Please sign in to comment.