From 73dd1714f4b2829be1ed3d894a21c087c4b62fe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:00:30 +0000 Subject: [PATCH] Release substrait v0.49.1 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db1e54..1b01012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,37 @@ +## 0.49.1 (2024-11-25) + +### Chore + + - bump url from 2.5.3 to 2.5.4 in the cargo group + Bumps the cargo group with 1 update: + [url](https://github.com/servo/rust-url). + + Updates `url` from 2.5.3 to 2.5.4 + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#256](https://github.com/substrait-io/substrait-rs/issues/256) + +### Commit Details + + + +
view details + + * **[#256](https://github.com/substrait-io/substrait-rs/issues/256)** + - Bump url from 2.5.3 to 2.5.4 in the cargo group ([`f263f6e`](https://github.com/substrait-io/substrait-rs/commit/f263f6e0b92b3f8ca23de3bd84bd84f53beeda57)) +
+ ## 0.49.0 (2024-11-24) + + ### Chore (BREAKING) - bump substrait from `0.61.0` to `0.62.0` @@ -10,7 +40,7 @@ - - 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: [#255](https://github.com/substrait-io/substrait-rs/issues/255) @@ -23,6 +53,8 @@ * **[#255](https://github.com/substrait-io/substrait-rs/issues/255)** - Bump substrait from `0.61.0` to `0.62.0` ([`9c05d57`](https://github.com/substrait-io/substrait-rs/commit/9c05d579e4c91fee8f8210a8a2a655bedca8e870)) + * **Uncategorized** + - Release substrait v0.49.0 ([`4fc59cc`](https://github.com/substrait-io/substrait-rs/commit/4fc59cc5549cdced0f249fc5641dcdae6654c857)) ## 0.48.2 (2024-11-21) @@ -2502,6 +2534,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 0a34f43..4d0ebbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "substrait" -version = "0.49.0" +version = "0.49.1" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 7276971..e5aed59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.49.0" +version = "0.49.1" edition = "2021" rust-version = "1.75.0" description = "Cross-Language Serialization for Relational Algebra"