From c67f7e090f11222304c199440eb95e78f55c1788 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 07:42:47 +0000 Subject: [PATCH] Release substrait v0.37.2 --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9fd7e..3b583cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,34 @@ +## 0.37.2 (2024-07-10) + +### Documentation + + - `--cfg=docsrs` is now a default set by docs.rs + It's no longer required to specify this in our package metadata. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#190](https://github.com/substrait-io/substrait-rs/issues/190) + +### Commit Details + + + +
view details + + * **[#190](https://github.com/substrait-io/substrait-rs/issues/190)** + - `--cfg=docsrs` is now a default set by docs.rs ([`e56e646`](https://github.com/substrait-io/substrait-rs/commit/e56e646c3c672daaf39d3ce7676acbbbfc4e0d84)) +
+ ## 0.37.1 (2024-07-10) + + ### Chore - add `prost` and `pbjson` dependabot groups @@ -11,7 +38,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#199](https://github.com/substrait-io/substrait-rs/issues/199) @@ -23,6 +50,8 @@ * **[#199](https://github.com/substrait-io/substrait-rs/issues/199)** - Add `prost` and `pbjson` dependabot groups ([`1ac5042`](https://github.com/substrait-io/substrait-rs/commit/1ac5042667bba8ca3c634bd688979ad5f67f655b)) + * **Uncategorized** + - Release substrait v0.37.1 ([`53cb477`](https://github.com/substrait-io/substrait-rs/commit/53cb477da03c4519c0d494a3dabb91a43f164a87)) ## 0.37.0 (2024-07-09) @@ -208,6 +237,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 d089833..10933bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.37.1" +version = "0.37.2" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"