Skip to content

Commit

Permalink
chore(release): 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent ca8187f commit d626e1a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release Notes
---

## [0.27.0](https://github.com/substrait-io/substrait-java/compare/v0.26.0...v0.27.0) (2024-02-18)


### ⚠ BREAKING CHANGES

* ExpressionVisitor now has a `visit(Expression.EmptyListLiteral)` method
* LiteralConstructorConverter constructor now requires a TypeConverter

### Features

* add support for empty list literals ([#227](https://github.com/substrait-io/substrait-java/issues/227)) ([2a98e3c](https://github.com/substrait-io/substrait-java/commit/2a98e3c97c3dad734bfe95a1846df36894513048))
* **pojo:** add POJO representation and converters for ConsistentPartitionWindowRel ([#231](https://github.com/substrait-io/substrait-java/issues/231)) ([f148bbb](https://github.com/substrait-io/substrait-java/commit/f148bbb8bb3f0feefa64d34f7644faf849f046e8))
* support for user-defined type literals ([#232](https://github.com/substrait-io/substrait-java/issues/232)) ([ca8187f](https://github.com/substrait-io/substrait-java/commit/ca8187ffd9be688b8aa9a3c45d8ab1b11e42a001))

## [0.26.0](https://github.com/substrait-io/substrait-java/compare/v0.25.0...v0.26.0) (2024-02-11)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ slf4j.version=1.7.25
jackson.version=2.12.4

#version that is going to be updated automatically by releases
version = 0.26.0
version = 0.27.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit d626e1a

Please sign in to comment.