From 924367300c5ab5d6b4fed9a34495d9dfaa5aa369 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:58:52 +0000 Subject: [PATCH] Release substrait v0.45.5 --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c29db2..1cdb417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,40 @@ +## 0.45.5 (2024-10-24) + +### Chore + + - bump the cargo group with 2 updates + Bumps the cargo group with 2 updates: + [prettyplease](https://github.com/dtolnay/prettyplease) and + [syn](https://github.com/dtolnay/syn). + + Updates `prettyplease` from 0.2.24 to 0.2.25 + Updates `syn` from 2.0.82 to 2.0.85 + +### Commit Statistics + + + + - 1 commit 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: [#242](https://github.com/substrait-io/substrait-rs/issues/242) + +### Commit Details + + + +
view details + + * **[#242](https://github.com/substrait-io/substrait-rs/issues/242)** + - Bump the cargo group with 2 updates ([`33801a8`](https://github.com/substrait-io/substrait-rs/commit/33801a8b2c7d3ead729e6552e6a198d6442a034f)) +
+ ## 0.45.4 (2024-10-23) + + ### Chore - bump the cargo group with 2 updates @@ -16,7 +49,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: [#241](https://github.com/substrait-io/substrait-rs/issues/241) @@ -29,6 +62,8 @@ * **[#241](https://github.com/substrait-io/substrait-rs/issues/241)** - Bump the cargo group with 2 updates ([`dd41293`](https://github.com/substrait-io/substrait-rs/commit/dd41293e8c531ecded33351669f7e96418acf4d5)) + * **Uncategorized** + - Release substrait v0.45.4 ([`237249d`](https://github.com/substrait-io/substrait-rs/commit/237249ddf916101687e4468eaba1377de3aed950)) ## 0.45.3 (2024-10-22) @@ -2065,6 +2100,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 66d8962..951e54a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.45.4" +version = "0.45.5" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index e430dde..4238dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.45.4" +version = "0.45.5" edition = "2021" rust-version = "1.75.0" description = "Cross-Language Serialization for Relational Algebra"