From cda2b69e7cb7baa451eacfe593ef8ff797bad871 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:56:35 +0000 Subject: [PATCH] Release substrait v0.41.0 --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index accf4e4..a6d55af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,36 @@ +## 0.41.0 (2024-08-19) + +### Chore (BREAKING) + + - bump substrait from `0.54.0` to `0.55.0` + Bumps [substrait](https://github.com/substrait-io/substrait) from + `93c8339` to `ae77a72`. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 6 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#206](https://github.com/substrait-io/substrait-rs/issues/206) + +### Commit Details + + + +
view details + + * **[#206](https://github.com/substrait-io/substrait-rs/issues/206)** + - Bump substrait from `0.54.0` to `0.55.0` ([`46c09e7`](https://github.com/substrait-io/substrait-rs/commit/46c09e7243b2f3b9039e992fbc35c7ff5359bf68)) +
+ ## 0.40.0 (2024-08-12) + + ### Chore (BREAKING) - bump substrait from `0.53.0` to `0.54.0` @@ -12,7 +41,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 6 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#205](https://github.com/substrait-io/substrait-rs/issues/205) @@ -25,6 +54,8 @@ * **[#205](https://github.com/substrait-io/substrait-rs/issues/205)** - Bump substrait from `0.53.0` to `0.54.0` ([`01d706c`](https://github.com/substrait-io/substrait-rs/commit/01d706cbaf9c189b299a8dd719e607dd0679fbd7)) + * **Uncategorized** + - Release substrait v0.40.0 ([`5631ef5`](https://github.com/substrait-io/substrait-rs/commit/5631ef59adb82e263cd27873d6a0dfdd78737b62)) ## 0.39.0 (2024-08-05) @@ -385,6 +416,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 fb05326..7669d45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.40.0" +version = "0.41.0" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index ddafe8a..1e0770d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.40.0" +version = "0.41.0" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"