From 466ec8ca9c3fe787d4dab25b36633681aff1ce4e Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:35:21 +0000 Subject: [PATCH] chore(rustic_core): release v0.12.0 --- Cargo.lock | 4 ++-- crates/backend/CHANGELOG.md | 6 ++++++ crates/backend/Cargo.toml | 2 +- crates/core/CHANGELOG.md | 11 +++++++++++ crates/core/Cargo.toml | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 098bc33a..9ffad5f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3250,7 +3250,7 @@ dependencies = [ [[package]] name = "rustic_backend" -version = "0.6.1" +version = "0.6.2" dependencies = [ "aho-corasick", "anyhow", @@ -3293,7 +3293,7 @@ version = "0.2.4" [[package]] name = "rustic_core" -version = "0.11.0" +version = "0.12.0" dependencies = [ "aes256ctr_poly1305aes", "anyhow", diff --git a/crates/backend/CHANGELOG.md b/crates/backend/CHANGELOG.md index e0d5d6c9..bd01e9e3 100644 --- a/crates/backend/CHANGELOG.md +++ b/crates/backend/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.6.2](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.6.1...rustic_backend-v0.6.2) - 2026-04-27 + +### Fixed + +- local BE - don't leave broken files when writing fails ([#499](https://github.com/rustic-rs/rustic_core/pull/499)) + ## [0.6.1](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.6.0...rustic_backend-v0.6.1) - 2026-03-04 ### Fixed diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index e0a97375..444b0f00 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_backend" -version = "0.6.1" +version = "0.6.2" authors = ["the rustic-rs team"] categories = ["data-structures", "filesystem"] documentation = "https://docs.rs/rustic_backend" diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index f8b93680..b5962e83 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.12.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.11.0...rustic_core-v0.12.0) - 2026-04-27 + +### Added + +- [**breaking**] scope destination scan to snapshot-relevant paths for restore ([#493](https://github.com/rustic-rs/rustic_core/pull/493)) + +### Fixed + +- local BE - don't leave broken files when writing fails ([#499](https://github.com/rustic-rs/rustic_core/pull/499)) +- fix clipp lints ([#500](https://github.com/rustic-rs/rustic_core/pull/500)) + ## [0.11.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.10.1...rustic_core-v0.11.0) - 2026-04-05 ### Added diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 7221aa36..e28de16a 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_core" -version = "0.11.0" +version = "0.12.0" authors = ["the rustic-rs team"] categories = ["data-structures", "encoding", "filesystem"] documentation = "https://docs.rs/rustic_core"