From c3c50f2dece68bb4ee75e11e3c409570599bec5c Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:22:21 +0000 Subject: [PATCH] chore: release (#343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `rustic_core`: 0.5.4 -> 0.5.5 (✓ API compatible changes) * `rustic_testing`: 0.2.2 -> 0.2.3 (✓ API compatible changes)
Changelog

## `rustic_core`

## [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))
## `rustic_testing`
## [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))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/core/CHANGELOG.md | 6 ++++++ crates/core/Cargo.toml | 2 +- crates/testing/CHANGELOG.md | 6 ++++++ crates/testing/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) 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