From b9ad85a9a55b6104c960911ff72e4f519326b603 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:44:49 +0000 Subject: [PATCH] Release substrait v0.41.5 --- 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 6468c18..493a62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,37 @@ +## 0.41.5 (2024-08-27) + +### Chore + + - bump prettyplease from 0.2.20 to 0.2.22 in the cargo group + Bumps the cargo group with 1 update: + [prettyplease](https://github.com/dtolnay/prettyplease). + + Updates `prettyplease` from 0.2.20 to 0.2.22 + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#218](https://github.com/substrait-io/substrait-rs/issues/218) + +### Commit Details + + + +
view details + + * **[#218](https://github.com/substrait-io/substrait-rs/issues/218)** + - Bump prettyplease from 0.2.20 to 0.2.22 in the cargo group ([`a9aac57`](https://github.com/substrait-io/substrait-rs/commit/a9aac57b2f3709ef64f46e21e7c4a4b6edcba588)) +
+ ## 0.41.4 (2024-08-26) + + ### Chore - bump the cargo group with 3 updates @@ -18,7 +48,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#217](https://github.com/substrait-io/substrait-rs/issues/217) @@ -30,6 +60,8 @@ * **[#217](https://github.com/substrait-io/substrait-rs/issues/217)** - Bump the cargo group with 3 updates ([`4a63d96`](https://github.com/substrait-io/substrait-rs/commit/4a63d96c21f5588400e58bca05cb2937f786a417)) + * **Uncategorized** + - Release substrait v0.41.4 ([`d5788f4`](https://github.com/substrait-io/substrait-rs/commit/d5788f481e8e8bfcdf5ff3f573b9b593045f6221)) ## 0.41.3 (2024-08-19) @@ -1354,6 +1386,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 8e50683..076bc23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.41.4" +version = "0.41.5" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 1dbd894..3681a02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.41.4" +version = "0.41.5" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"