Skip to content

Commit

Permalink
chore(release): 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 16, 2023
1 parent fc57814 commit 9df39ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
---

## [0.13.0](https://github.com/substrait-io/substrait-java/compare/v0.12.1...v0.13.0) (2023-07-16)


### Features

* add missing getters to ValueArgument ([#158](https://github.com/substrait-io/substrait-java/issues/158)) ([46f0b9f](https://github.com/substrait-io/substrait-java/commit/46f0b9f3007137a00f876c85fbc328e419fd1576))


### Bug Fixes

* left/right/outer joins have nullable fields ([#157](https://github.com/substrait-io/substrait-java/issues/157)) ([b987058](https://github.com/substrait-io/substrait-java/commit/b9870581ec53a54880238cd8d2cf5b377599da55))

## [0.12.1](https://github.com/substrait-io/substrait-java/compare/v0.12.0...v0.12.1) (2023-06-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.12.1
version = 0.13.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit 9df39ed

Please sign in to comment.