From c91db9727b937acffdb911c3df78d193ee119fee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:14:43 +0000 Subject: [PATCH] Release substrait v0.50.3 --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 44 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e8c52..ba92e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,41 @@ +## 0.50.3 (2024-12-24) + +### Chore + + - bump the cargo group with 3 updates + Bumps the cargo group with 3 updates: + [serde_json](https://github.com/serde-rs/json), + [thiserror](https://github.com/dtolnay/thiserror) and + [syn](https://github.com/dtolnay/syn). + + Updates `serde_json` from 1.0.133 to 1.0.134 + Updates `thiserror` from 2.0.8 to 2.0.9 + Updates `syn` from 2.0.90 to 2.0.91 + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#273](https://github.com/substrait-io/substrait-rs/issues/273) + +### Commit Details + + + +
view details + + * **[#273](https://github.com/substrait-io/substrait-rs/issues/273)** + - Bump the cargo group with 3 updates ([`8feb652`](https://github.com/substrait-io/substrait-rs/commit/8feb652625a25cf24197a188cc0390f52b5351ec)) +
+ ## 0.50.2 (2024-12-22) + + ### Chore - bump substrait from `0.63.0` to `0.63.1` @@ -12,7 +46,7 @@ - - 1 commit contributed to the release. + - 2 commits 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) @@ -25,6 +59,8 @@ * **[#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)) + * **Uncategorized** + - Release substrait v0.50.2 ([`311d073`](https://github.com/substrait-io/substrait-rs/commit/311d07324a24d42189146066966fc8b121ee3db1)) ## 0.50.1 (2024-12-18) @@ -2882,6 +2918,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 @@ -6742,7 +6782,7 @@ - - 10 commits contributed to the release. + - 10 commits contributed to the release over the course of 28 calendar days. - 29 days passed between releases. - 7 commits were understood as [conventional](https://www.conventionalcommits.org). - 9 unique issues were worked on: [#102](https://github.com/substrait-io/substrait-rs/issues/102), [#104](https://github.com/substrait-io/substrait-rs/issues/104), [#105](https://github.com/substrait-io/substrait-rs/issues/105), [#106](https://github.com/substrait-io/substrait-rs/issues/106), [#107](https://github.com/substrait-io/substrait-rs/issues/107), [#108](https://github.com/substrait-io/substrait-rs/issues/108), [#58](https://github.com/substrait-io/substrait-rs/issues/58), [#87](https://github.com/substrait-io/substrait-rs/issues/87), [#90](https://github.com/substrait-io/substrait-rs/issues/90) diff --git a/Cargo.lock b/Cargo.lock index 4505ba2..d4ba05f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,7 +756,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "substrait" -version = "0.50.2" +version = "0.50.3" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 8a65ade..123c333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.50.2" +version = "0.50.3" edition = "2021" rust-version = "1.80.1" description = "Cross-Language Serialization for Relational Algebra"