From 33c8312ab3cea291bbd378fd26a287260fe40c45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:27:44 +0000 Subject: [PATCH] Release substrait v0.48.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 01fdf2b..bec9ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,36 @@ +## 0.48.0 (2024-11-18) + +### Chore (BREAKING) + + - bump substrait from `0.60.0` to `0.61.0` + Bumps [substrait](https://github.com/substrait-io/substrait) from + `5b70acd` to `a64a102`. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 5 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#252](https://github.com/substrait-io/substrait-rs/issues/252) + +### Commit Details + + + +
view details + + * **[#252](https://github.com/substrait-io/substrait-rs/issues/252)** + - Bump substrait from `0.60.0` to `0.61.0` ([`746e5bc`](https://github.com/substrait-io/substrait-rs/commit/746e5bc7b321cdb82d52297339330d717c3c0f8e)) +
+ ## 0.47.2 (2024-11-12) + + ### Chore - bump serde from 1.0.214 to 1.0.215 in the cargo group @@ -14,7 +43,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: [#251](https://github.com/substrait-io/substrait-rs/issues/251) @@ -26,6 +55,8 @@ * **[#251](https://github.com/substrait-io/substrait-rs/issues/251)** - Bump serde from 1.0.214 to 1.0.215 in the cargo group ([`242bf65`](https://github.com/substrait-io/substrait-rs/commit/242bf659f5a42535d50fec65f396a3c89182d4b8)) + * **Uncategorized** + - Release substrait v0.47.2 ([`ba3e38d`](https://github.com/substrait-io/substrait-rs/commit/ba3e38df7bc6a298e7e4d382685aa6c6f8b91c85)) ## 0.47.1 (2024-11-11) @@ -2361,6 +2392,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 e1de3f2..b7846e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "substrait" -version = "0.47.2" +version = "0.48.0" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index e738435..c4244c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.47.2" +version = "0.48.0" edition = "2021" rust-version = "1.75.0" description = "Cross-Language Serialization for Relational Algebra"