From 442643a5295d4821499c47c9814ec00ef59c749d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 18:52:42 +0000 Subject: [PATCH] Release substrait v0.52.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 913e4d5..b0dc4e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,35 @@ +## 0.52.0 (2025-01-12) + +### Chore (BREAKING) + + - bump substrait from `0.63.1` to `0.64.0` + Bumps [substrait](https://github.com/substrait-io/substrait) from + `b6abbb7` to `7e3c139`. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#280](https://github.com/substrait-io/substrait-rs/issues/280) + +### Commit Details + + + +
view details + + * **[#280](https://github.com/substrait-io/substrait-rs/issues/280)** + - Bump substrait from `0.63.1` to `0.64.0` ([`8344512`](https://github.com/substrait-io/substrait-rs/commit/83445120fb2d18330cc9723e74cb43664475119f)) +
+ ## 0.51.4 (2025-01-10) + + ### Chore - bump the cargo group with 2 updates @@ -16,7 +44,8 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. + - 3 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#279](https://github.com/substrait-io/substrait-rs/issues/279) @@ -28,6 +57,8 @@ * **[#279](https://github.com/substrait-io/substrait-rs/issues/279)** - Bump the cargo group with 2 updates ([`64c5d17`](https://github.com/substrait-io/substrait-rs/commit/64c5d17c5282469ed69212f59082e367bdb04dcc)) + * **Uncategorized** + - Release substrait v0.51.4 ([`eee71e7`](https://github.com/substrait-io/substrait-rs/commit/eee71e756a857ceab9bb7682b865705ad52e05a6)) ## 0.51.3 (2025-01-07) @@ -3148,6 +3179,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 f04c403..faabe97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,7 +756,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "substrait" -version = "0.51.4" +version = "0.52.0" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 2ee1437..6875904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.51.4" +version = "0.52.0" edition = "2021" rust-version = "1.80.1" description = "Cross-Language Serialization for Relational Algebra"