diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c1cda..ea89a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,37 @@ +## 0.42.1 (2024-09-16) + +### Chore + + - bump once_cell from 1.19.0 to 1.20.0 in the cargo group + Bumps the cargo group with 1 update: + [once_cell](https://github.com/matklad/once_cell). + + Updates `once_cell` from 1.19.0 to 1.20.0 + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#226](https://github.com/substrait-io/substrait-rs/issues/226) + +### Commit Details + + + +
view details + + * **[#226](https://github.com/substrait-io/substrait-rs/issues/226)** + - Bump once_cell from 1.19.0 to 1.20.0 in the cargo group ([`2d3d64d`](https://github.com/substrait-io/substrait-rs/commit/2d3d64d56c9765d018c604ba0e622063cf1941ec)) +
+ ## 0.42.0 (2024-09-16) + + ### Chore (BREAKING) - bump substrait from `0.55.0` to `0.56.0` @@ -12,7 +42,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 6 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#225](https://github.com/substrait-io/substrait-rs/issues/225) @@ -25,6 +55,8 @@ * **[#225](https://github.com/substrait-io/substrait-rs/issues/225)** - Bump substrait from `0.55.0` to `0.56.0` ([`ba04722`](https://github.com/substrait-io/substrait-rs/commit/ba047220bf42fb72ce29aeb2e4038619cd6dd4e0)) + * **Uncategorized** + - Release substrait v0.42.0 ([`93724c3`](https://github.com/substrait-io/substrait-rs/commit/93724c3b557031a5031a04dac7c28b4102badd1c)) ## 0.41.9 (2024-09-09) @@ -1582,6 +1614,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 87d1dca..10e7b41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.42.0" +version = "0.42.1" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 7fdb5a6..52778cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.42.0" +version = "0.42.1" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"