Skip to content

Commit e73c6ca

Browse files
chore(release): 0.22.0
1 parent 133ab83 commit e73c6ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

4+
## [0.22.0](https://github.com/substrait-io/substrait-java/compare/v0.21.0...v0.22.0) (2023-11-26)
5+
6+
7+
### Features
8+
9+
* **isthmus:** support inPredicate expression ([#205](https://github.com/substrait-io/substrait-java/issues/205)) ([133ab83](https://github.com/substrait-io/substrait-java/commit/133ab8335ccf57b50ddf7a12f7822c81613bc30a))
10+
411
## [0.21.0](https://github.com/substrait-io/substrait-java/compare/v0.20.0...v0.21.0) (2023-11-19)
512

613

gradle.properties

Lines changed: 1 addition & 1 deletion
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.21.0
23+
version = 0.22.0
2424

2525
#signing
2626
SIGNING_KEY_ID = 193EAE47

0 commit comments

Comments
 (0)