Skip to content

Commit

Permalink
chore(release): 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 25, 2024
1 parent ec1887c commit a1186b3
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.28.0](https://github.com/substrait-io/substrait-java/compare/v0.27.0...v0.28.0) (2024-02-25)


### Features

* **isthmus:** add WindowRelFunctionConverter ([#234](https://github.com/substrait-io/substrait-java/issues/234)) ([a5e1a21](https://github.com/substrait-io/substrait-java/commit/a5e1a219f273906fc068f1c3b91f6c59b87ca8ba))
* **isthmus:** improve signature matching for functions with wildcard arguments ([#226](https://github.com/substrait-io/substrait-java/issues/226)) ([ec1887c](https://github.com/substrait-io/substrait-java/commit/ec1887cf5778ff0f3cce50d03cfed43a46c9f2ba))


### Bug Fixes

* disable task caches in the gradle build ([#233](https://github.com/substrait-io/substrait-java/issues/233)) ([7879f2b](https://github.com/substrait-io/substrait-java/commit/7879f2b21832531f04a07cb9fcbb6e900f060c6c))
* **isthmus:** allow for conversion of plans containing Calcite SqlAggFunctions ([#230](https://github.com/substrait-io/substrait-java/issues/230)) ([0bdac49](https://github.com/substrait-io/substrait-java/commit/0bdac4949b26896e4c7da50b6362debacee365a1)), closes [#180](https://github.com/substrait-io/substrait-java/issues/180)

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


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.27.0
version = 0.28.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit a1186b3

Please sign in to comment.