From d793b47a78f6c8c03e6ec6545f3640c7d6012ad4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:31:13 +0000 Subject: [PATCH] Release substrait v0.41.8 --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7702789..1de0398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,38 @@ +## 0.41.8 (2024-09-05) + +### Chore + + - bump serde_json from 1.0.127 to 1.0.128 in the cargo group + Bumps the cargo group with 1 update: + [serde_json](https://github.com/serde-rs/json). + + Updates `serde_json` from 1.0.127 to 1.0.128 + +### 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: [#222](https://github.com/substrait-io/substrait-rs/issues/222) + +### Commit Details + + + +
view details + + * **[#222](https://github.com/substrait-io/substrait-rs/issues/222)** + - Bump serde_json from 1.0.127 to 1.0.128 in the cargo group ([`0447cc3`](https://github.com/substrait-io/substrait-rs/commit/0447cc3ffa511de87bd4a4ea21455d0377173d16)) +
+ ## 0.41.7 (2024-09-02) + + ### Chore - bump syn from 2.0.76 to 2.0.77 in the cargo group @@ -14,7 +45,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: [#221](https://github.com/substrait-io/substrait-rs/issues/221) @@ -26,6 +57,8 @@ * **[#221](https://github.com/substrait-io/substrait-rs/issues/221)** - Bump syn from 2.0.76 to 2.0.77 in the cargo group ([`ed73f7e`](https://github.com/substrait-io/substrait-rs/commit/ed73f7e3c32b54668324c140acfa6ffe1756d400)) + * **Uncategorized** + - Release substrait v0.41.7 ([`33b6353`](https://github.com/substrait-io/substrait-rs/commit/33b6353b7b71902ade3096f8f16e681fca717c98)) ## 0.41.6 (2024-09-02) @@ -1473,6 +1506,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 d944a8c..a1f5b3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.41.7" +version = "0.41.8" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index ef2bc23..1ee888f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.41.7" +version = "0.41.8" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"