diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6831e..f7a696f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,83 @@ +## 0.49.4 (2024-12-04) + +### Chore + + - bump thiserror from 2.0.3 to 2.0.4 in the cargo group + Bumps the cargo group with 1 update: + [thiserror](https://github.com/dtolnay/thiserror). + + Updates `thiserror` from 2.0.3 to 2.0.4 +
+ Release notes +

Sourced from thiserror's + releases.

+
+

2.0.4

+ +
+
+
+ Commits + +
+
+ + + [![Dependabot compatibility + score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=2.0.3&new-version=2.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) + + You can trigger a rebase of this PR by commenting `@dependabot rebase`. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 day passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#260](https://github.com/substrait-io/substrait-rs/issues/260) + +### Commit Details + + + +
view details + + * **[#260](https://github.com/substrait-io/substrait-rs/issues/260)** + - Bump thiserror from 2.0.3 to 2.0.4 in the cargo group ([`c7b582f`](https://github.com/substrait-io/substrait-rs/commit/c7b582ff64ac5cb01d2824fb34aab9370b3d0a3c)) +
+ ## 0.49.3 (2024-12-02) + + ### Chore - bump syn from 2.0.89 to 2.0.90 in the cargo group @@ -14,7 +90,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: [#259](https://github.com/substrait-io/substrait-rs/issues/259) @@ -26,6 +102,8 @@ * **[#259](https://github.com/substrait-io/substrait-rs/issues/259)** - Bump syn from 2.0.89 to 2.0.90 in the cargo group ([`cbc82ea`](https://github.com/substrait-io/substrait-rs/commit/cbc82eac7cfd7f166f9ca25d0c03741dcf485f1e)) + * **Uncategorized** + - Release substrait v0.49.3 ([`03ef749`](https://github.com/substrait-io/substrait-rs/commit/03ef749f749c7dd5027f20bd3e9958bcd785c9f2)) ## 0.49.2 (2024-12-02) @@ -2607,6 +2685,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 32dc2e7..27a225f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "substrait" -version = "0.49.3" +version = "0.49.4" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index ee63eb8..3701ffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.49.3" +version = "0.49.4" edition = "2021" rust-version = "1.75.0" description = "Cross-Language Serialization for Relational Algebra"