diff --git a/CHANGELOG.md b/CHANGELOG.md index eca56fb..c41d7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,33 @@ +## 0.41.2 (2024-08-19) + +### Chore + + - group `cargo` updates + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#213](https://github.com/substrait-io/substrait-rs/issues/213) + +### Commit Details + + + +
view details + + * **[#213](https://github.com/substrait-io/substrait-rs/issues/213)** + - Group `cargo` updates ([`1bdd002`](https://github.com/substrait-io/substrait-rs/commit/1bdd0026af1e1cf77533bc16b791df4e04aaec85)) +
+ ## 0.41.1 (2024-08-19) + + ### Chore - bump rustix from 0.37.22 to 0.37.27 in the cargo group @@ -12,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: [#207](https://github.com/substrait-io/substrait-rs/issues/207) @@ -24,6 +50,8 @@ * **[#207](https://github.com/substrait-io/substrait-rs/issues/207)** - Bump rustix from 0.37.22 to 0.37.27 in the cargo group ([`fa7eb2b`](https://github.com/substrait-io/substrait-rs/commit/fa7eb2b6e9780e419edca1b30965a6c778faab70)) + * **Uncategorized** + - Release substrait v0.41.1 ([`8789d83`](https://github.com/substrait-io/substrait-rs/commit/8789d831670f1d34de83f2eabe6b66caf829cbb0)) ## 0.41.0 (2024-08-19) @@ -454,6 +482,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 e78cbcb..a1f9e1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.41.1" +version = "0.41.2" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 5c4961d..20c9904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.41.1" +version = "0.41.2" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"