diff --git a/CHANGELOG.md b/CHANGELOG.md index a64d2ac..9436c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,38 @@ +## 0.45.1 (2024-10-18) + +### Chore + + - bump serde_json from 1.0.128 to 1.0.129 in the cargo group + Bumps the cargo group with 1 update: + [serde_json](https://github.com/serde-rs/json). + + Updates `serde_json` from 1.0.128 to 1.0.129 + +### 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: [#238](https://github.com/substrait-io/substrait-rs/issues/238) + +### Commit Details + + + +
view details + + * **[#238](https://github.com/substrait-io/substrait-rs/issues/238)** + - Bump serde_json from 1.0.128 to 1.0.129 in the cargo group ([`54ec561`](https://github.com/substrait-io/substrait-rs/commit/54ec5614d8e2818a2b31303afaabb3ba89d06fc3)) +
+ ## 0.45.0 (2024-10-13) + + ### Chore (BREAKING) - bump substrait from `0.57.1` to `0.58.0` @@ -12,7 +43,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: [#237](https://github.com/substrait-io/substrait-rs/issues/237) @@ -25,6 +56,8 @@ * **[#237](https://github.com/substrait-io/substrait-rs/issues/237)** - Bump substrait from `0.57.1` to `0.58.0` ([`3773c12`](https://github.com/substrait-io/substrait-rs/commit/3773c12049c1e77ef354bbd82b7c2038bc9265d1)) + * **Uncategorized** + - Release substrait v0.45.0 ([`9807062`](https://github.com/substrait-io/substrait-rs/commit/980706217bc86bd6f2bdefe40c684ce6dc0e6bc0)) ## 0.44.1 (2024-10-07) @@ -1912,6 +1945,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 34a31aa..a5cacfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.45.0" +version = "0.45.1" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 86ef45c..cee10d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.45.0" +version = "0.45.1" edition = "2021" rust-version = "1.75.0" description = "Cross-Language Serialization for Relational Algebra"