From 311d07324a24d42189146066966fc8b121ee3db1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:06:55 +0000 Subject: [PATCH] Release substrait v0.50.2 --- 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 67d68b7..73e8c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,36 @@ +## 0.50.2 (2024-12-22) + +### Chore + + - bump substrait from `0.63.0` to `0.63.1` + Bumps [substrait](https://github.com/substrait-io/substrait) from + `6d481e1` to `b6abbb7`. + +### 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: [#272](https://github.com/substrait-io/substrait-rs/issues/272) + +### Commit Details + + + +
view details + + * **[#272](https://github.com/substrait-io/substrait-rs/issues/272)** + - Bump substrait from `0.63.0` to `0.63.1` ([`b6cee52`](https://github.com/substrait-io/substrait-rs/commit/b6cee52b525a01de89ca0262898c2006f60221f0)) +
+ ## 0.50.1 (2024-12-18) + + ### Chore - bump thiserror from 2.0.7 to 2.0.8 in the cargo group @@ -14,7 +43,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 1 day passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#271](https://github.com/substrait-io/substrait-rs/issues/271) @@ -27,6 +56,8 @@ * **[#271](https://github.com/substrait-io/substrait-rs/issues/271)** - Bump thiserror from 2.0.7 to 2.0.8 in the cargo group ([`c6a1a70`](https://github.com/substrait-io/substrait-rs/commit/c6a1a70b0f5d201af6e8aa4938a088740ea8eb7c)) + * **Uncategorized** + - Release substrait v0.50.1 ([`bbcc9f6`](https://github.com/substrait-io/substrait-rs/commit/bbcc9f6d0b084a13706f39a43bbba9d37bf2a959)) ## 0.50.0 (2024-12-16) @@ -2847,6 +2878,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 a9659d5..481c70f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,7 +756,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "substrait" -version = "0.50.1" +version = "0.50.2" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 4416b1b..46f4a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.50.1" +version = "0.50.2" edition = "2021" rust-version = "1.80.1" description = "Cross-Language Serialization for Relational Algebra"