diff --git a/Cargo.lock b/Cargo.lock index a2cb5cbd..eff9ffba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3306,7 +3306,7 @@ version = "0.2.2" [[package]] name = "rustic_core" -version = "0.5.4" +version = "0.5.5" dependencies = [ "aes256ctr_poly1305aes", "anyhow", @@ -3379,7 +3379,7 @@ dependencies = [ [[package]] name = "rustic_testing" -version = "0.2.2" +version = "0.2.3" dependencies = [ "aho-corasick", "anyhow", diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index c5a961f5..d27a9d92 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.5](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.4...rustic_core-v0.5.5) - 2024-10-25 + +### Fixed + +- *(errors)* forwarding Display impl should work again ([#342](https://github.com/rustic-rs/rustic_core/pull/342)) + ## [0.5.4](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.3...rustic_core-v0.5.4) - 2024-10-24 ### Added diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 1caabefd..e83c7330 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_core" -version = "0.5.4" +version = "0.5.5" authors = ["the rustic-rs team"] categories = ["data-structures", "encoding", "filesystem"] documentation = "https://docs.rs/rustic_core" diff --git a/crates/testing/CHANGELOG.md b/crates/testing/CHANGELOG.md index 8da51d21..932608ad 100644 --- a/crates/testing/CHANGELOG.md +++ b/crates/testing/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/rustic-rs/rustic_core/compare/rustic_testing-v0.2.2...rustic_testing-v0.2.3) - 2024-10-25 + +### Other + +- *(deps)* remove unused dependency once_cell ([#341](https://github.com/rustic-rs/rustic_core/pull/341)) + ## [0.2.2](https://github.com/rustic-rs/rustic_core/compare/rustic_testing-v0.2.1...rustic_testing-v0.2.2) - 2024-10-02 ### Other diff --git a/crates/testing/Cargo.toml b/crates/testing/Cargo.toml index 642a6f58..9dc76422 100644 --- a/crates/testing/Cargo.toml +++ b/crates/testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_testing" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "Apache-2.0 OR MIT" publish = true