diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d8bfd..d8bbe1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,37 @@ +## 0.42.3 (2024-09-23) + +### Chore + + - bump thiserror from 1.0.63 to 1.0.64 in the cargo group + Bumps the cargo group with 1 update: + [thiserror](https://github.com/dtolnay/thiserror). + + Updates `thiserror` from 1.0.63 to 1.0.64 + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#230](https://github.com/substrait-io/substrait-rs/issues/230) + +### Commit Details + + + +
view details + + * **[#230](https://github.com/substrait-io/substrait-rs/issues/230)** + - Bump thiserror from 1.0.63 to 1.0.64 in the cargo group ([`be47435`](https://github.com/substrait-io/substrait-rs/commit/be47435887eda0952c0040997add8820c3ce049a)) +
+ ## 0.42.2 (2024-09-23) + + ### Chore - revert bump once_cell from 1.19.0 to 1.20.0 in the cargo group @@ -11,7 +41,7 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 7 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#228](https://github.com/substrait-io/substrait-rs/issues/228) @@ -24,6 +54,8 @@ * **[#228](https://github.com/substrait-io/substrait-rs/issues/228)** - Revert bump once_cell from 1.19.0 to 1.20.0 in the cargo group ([`783dae3`](https://github.com/substrait-io/substrait-rs/commit/783dae3f6e8c8951bb7cd8fa80ee6c766486b387)) + * **Uncategorized** + - Release substrait v0.42.2 ([`aa74cf3`](https://github.com/substrait-io/substrait-rs/commit/aa74cf34d8bb04c23a69ada37d6c65c95dc03d98)) ## 0.42.1 (2024-09-16) @@ -1652,6 +1684,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 9ba0f38..77b9a9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.42.2" +version = "0.42.3" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 39dfc06..b306d00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.42.2" +version = "0.42.3" edition = "2021" rust-version = "1.70" description = "Cross-Language Serialization for Relational Algebra"