From d11b22c743df9b02b7e5f4c079091ed133982431 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 05:36:39 +0000 Subject: [PATCH] Release substrait v0.34.1 --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f7fc7..ff89b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,34 @@ +## 0.34.1 (2024-05-28) + +### New Features + + - add `text::simple_extensions::ArgumentsItem` parser + +### 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: [#185](https://github.com/substrait-io/substrait-rs/issues/185) + +### Commit Details + + + +
view details + + * **[#185](https://github.com/substrait-io/substrait-rs/issues/185)** + - Add `text::simple_extensions::ArgumentsItem` parser ([`3409b79`](https://github.com/substrait-io/substrait-rs/commit/3409b793176237f19fd408c787dcf5f006f9e772)) +
+ ## 0.34.0 (2024-05-23) + + ### Chore (BREAKING) - bump substrait from `0.48.0` to `0.49.0` @@ -12,7 +39,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: [#189](https://github.com/substrait-io/substrait-rs/issues/189) @@ -25,6 +52,8 @@ * **[#189](https://github.com/substrait-io/substrait-rs/issues/189)** - Bump substrait from `0.48.0` to `0.49.0` ([`3351284`](https://github.com/substrait-io/substrait-rs/commit/3351284ddc96906cf8e589c998c74e98c7babbf6)) + * **Uncategorized** + - Release substrait v0.34.0 ([`88d84c9`](https://github.com/substrait-io/substrait-rs/commit/88d84c994cf00ef7a8dbbb7ad13acfbb33cca00c)) ## 0.33.4 (2024-05-21) @@ -39,6 +68,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.toml b/Cargo.toml index 85dd87f..bdde390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.34.0" +version = "0.34.1" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"