From 633a0baab36b1fb52375fc293ad7416272c33295 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:33:31 +0000 Subject: [PATCH] Release substrait v0.41.9 --- 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 1de0398..38276a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,38 @@ +## 0.41.9 (2024-09-09) + +### Chore + + - bump serde from 1.0.209 to 1.0.210 in the cargo group + Bumps the cargo group with 1 update: + [serde](https://github.com/serde-rs/serde). + + Updates `serde` from 1.0.209 to 1.0.210 + +### Commit Statistics + + + + - 1 commit 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: [#224](https://github.com/substrait-io/substrait-rs/issues/224) + +### Commit Details + + + +
view details + + * **[#224](https://github.com/substrait-io/substrait-rs/issues/224)** + - Bump serde from 1.0.209 to 1.0.210 in the cargo group ([`c919cba`](https://github.com/substrait-io/substrait-rs/commit/c919cba9c8a6e146f54ec05e10cfce44a7846f1b)) +
+ ## 0.41.8 (2024-09-05) + + ### Chore - bump serde_json from 1.0.127 to 1.0.128 in the cargo group @@ -14,7 +45,7 @@ - - 1 commit contributed to the release. + - 2 commits 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) @@ -27,6 +58,8 @@ * **[#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)) + * **Uncategorized** + - Release substrait v0.41.8 ([`d793b47`](https://github.com/substrait-io/substrait-rs/commit/d793b47a78f6c8c03e6ec6545f3640c7d6012ad4)) ## 0.41.7 (2024-09-02) @@ -1510,6 +1543,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 5c11b24..0d86128 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.41.8" +version = "0.41.9" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 04133cf..c23c464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.41.8" +version = "0.41.9" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"