From 7a12bed30c3f8361f4f0a74f3b514f07ab2e8b90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:05:27 +0000 Subject: [PATCH] Release substrait v0.6.0 --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcbb32..da37e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ +## 0.6.0 (2023-03-30) + + + +### Chore (BREAKING) + + - update typify, prettyplease and syn + Cherry-pick of #76, #82 and #83. These need to be combined. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#84](https://github.com/substrait-io/substrait-rs/issues/84) + +### Commit Details + + + +
view details + + * **[#84](https://github.com/substrait-io/substrait-rs/issues/84)** + - Update typify, prettyplease and syn ([`d2e7ac8`](https://github.com/substrait-io/substrait-rs/commit/d2e7ac8dad29754ab190207e9a3dd39f3deb1b1f)) +
+ ## 0.5.4 (2023-03-30) ### Bug Fixes @@ -11,7 +38,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 1 day passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#81](https://github.com/substrait-io/substrait-rs/issues/81) @@ -24,6 +51,8 @@ * **[#81](https://github.com/substrait-io/substrait-rs/issues/81)** - Checkout repository in pull request check job to get config file ([`63aa213`](https://github.com/substrait-io/substrait-rs/commit/63aa2137f369dde6f1ce8dfe9f3719d569020319)) + * **Uncategorized** + - Release substrait v0.5.4 ([`8c1ded3`](https://github.com/substrait-io/substrait-rs/commit/8c1ded316241597ce8188fac9b817aba99bbda67)) ## 0.5.3 (2023-03-28) diff --git a/Cargo.toml b/Cargo.toml index f9dd53c..6e134f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.5.4" +version = "0.6.0" edition = "2021" rust-version = "1.60" description = "Cross-Language Serialization for Relational Algebra"