From 8e760b19dc94571ea42d83c53e7c6fcef106d16d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:24:56 +0000 Subject: [PATCH] Release substrait v0.44.1 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6574d..023be3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,37 @@ +## 0.44.1 (2024-10-07) + +### Chore + + - bump once_cell from 1.20.1 to 1.20.2 in the cargo group + Bumps the cargo group with 1 update: + [once_cell](https://github.com/matklad/once_cell). + + Updates `once_cell` from 1.20.1 to 1.20.2 + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#236](https://github.com/substrait-io/substrait-rs/issues/236) + +### Commit Details + + + +
view details + + * **[#236](https://github.com/substrait-io/substrait-rs/issues/236)** + - Bump once_cell from 1.20.1 to 1.20.2 in the cargo group ([`cf1e24d`](https://github.com/substrait-io/substrait-rs/commit/cf1e24dab0c3ef230d7ddbf701d00bcc8263702a)) +
+ ## 0.44.0 (2024-10-07) + + ### Chore (BREAKING) - bump substrait from `0.57.0` to `0.57.1` @@ -12,7 +42,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 4 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#235](https://github.com/substrait-io/substrait-rs/issues/235) @@ -25,6 +55,8 @@ * **[#235](https://github.com/substrait-io/substrait-rs/issues/235)** - Bump substrait from `0.57.0` to `0.57.1` ([`6cc449e`](https://github.com/substrait-io/substrait-rs/commit/6cc449e38be383f0c7323f0cd9df3d09345a8c85)) + * **Uncategorized** + - Release substrait v0.44.0 ([`fdcc694`](https://github.com/substrait-io/substrait-rs/commit/fdcc694e1aa5d09d7ef572c166c2840caa4ec68a)) ## 0.43.0 (2024-10-02) @@ -1841,6 +1873,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 e56a4b4..e979697 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.44.0" +version = "0.44.1" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 06bab46..eb5e7ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.44.0" +version = "0.44.1" edition = "2021" rust-version = "1.75.0" description = "Cross-Language Serialization for Relational Algebra"