From 823c67801b57dfabb1430dfcb42cc4a9d43e2d54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:35:14 +0000 Subject: [PATCH] Release substrait v0.43.0 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd558a8..733be6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,36 @@ +## 0.43.0 (2024-10-02) + +### Chore (BREAKING) + + - bump substrait from `0.56.0` to `0.57.0` + Bumps [substrait](https://github.com/substrait-io/substrait) from + `bc4d6fb` to `297715c`. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 2 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#234](https://github.com/substrait-io/substrait-rs/issues/234) + +### Commit Details + + + +
view details + + * **[#234](https://github.com/substrait-io/substrait-rs/issues/234)** + - Bump substrait from `0.56.0` to `0.57.0` ([`88ed767`](https://github.com/substrait-io/substrait-rs/commit/88ed767e7aa31ab8168ddb69811c07d1aa3f1638)) +
+ ## 0.42.5 (2024-09-30) + + ### Chore - bump the cargo group across 1 directory with 3 updates @@ -18,8 +47,8 @@ - - 1 commit contributed to the release. - - 6 days passed between releases. + - 2 commits contributed to the release. + - 7 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#233](https://github.com/substrait-io/substrait-rs/issues/233) @@ -31,6 +60,8 @@ * **[#233](https://github.com/substrait-io/substrait-rs/issues/233)** - Bump the cargo group across 1 directory with 3 updates ([`26c1d05`](https://github.com/substrait-io/substrait-rs/commit/26c1d05548bf501db6a556f53f3aeb6f16c3abd6)) + * **Uncategorized** + - Release substrait v0.42.5 ([`f7a089b`](https://github.com/substrait-io/substrait-rs/commit/f7a089b233cbec52ffa70df539918fbc35aef6fd)) ## 0.42.4 (2024-09-23) @@ -1771,6 +1802,10 @@ Include core extensions from `Subtrait`. The majority of the code originates from the un-merged pr #89. --------- + - include Substrait core extensions + Include core extensions from `Subtrait`. + The majority of the code originates from the un-merged pr #89. + --------- ### Commit Statistics diff --git a/Cargo.lock b/Cargo.lock index 49c6a07..031ddc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.42.5" +version = "0.43.0" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 3460828..91d5b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.42.5" +version = "0.43.0" edition = "2021" rust-version = "1.75.0" description = "Cross-Language Serialization for Relational Algebra"