From e84373e46c32b10d85bcef5ff6a3545bdf21ea8d Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:33:16 +0200 Subject: [PATCH] chore: release (#304) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `rustic_backend`: 0.4.0 -> 0.4.1 (✓ API compatible changes) * `rustic_core`: 0.5.0 -> 0.5.1 (✓ API compatible changes) * `rustic_config`: 0.2.1 -> 0.2.2 (✓ API compatible changes)
Changelog

## `rustic_backend`

## [0.4.1](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.4.0...rustic_backend-v0.4.1) - 2024-10-03 ### Fixed - *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296))
## `rustic_core`
## [0.5.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.0...rustic_core-v0.5.1) - 2024-10-03 ### Fixed - fix check without --read-data ([#299](https://github.com/rustic-rs/rustic_core/pull/299)) - *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296))
## `rustic_config`
## [0.2.2](https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.2.1...rustic_config-v0.2.2) - 2024-10-03 ### Fixed - *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296))

--- 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> --- crates/backend/CHANGELOG.md | 6 ++++++ crates/backend/Cargo.toml | 2 +- crates/config/CHANGELOG.md | 6 ++++++ crates/config/Cargo.toml | 2 +- crates/core/CHANGELOG.md | 7 +++++++ crates/core/Cargo.toml | 2 +- 6 files changed, 22 insertions(+), 3 deletions(-) diff --git a/crates/backend/CHANGELOG.md b/crates/backend/CHANGELOG.md index 16a2116c..82bea3bf 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.4.1](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.4.0...rustic_backend-v0.4.1) - 2024-10-03 + +### Fixed + +- *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296)) + ## [0.4.0](https://github.com/rustic-rs/rustic_core/compare/rustic_backend-v0.3.0...rustic_backend-v0.4.0) - 2024-10-02 ### Fixed diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index e3f91770..b35686b9 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_backend" -version = "0.4.0" +version = "0.4.1" authors = ["the rustic-rs team"] categories = ["data-structures", "filesystem"] documentation = "https://docs.rs/rustic_backend" diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md index a1c84388..95a6f0d5 100644 --- a/crates/config/CHANGELOG.md +++ b/crates/config/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [unreleased] +## [0.2.2](https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.2.1...rustic_config-v0.2.2) - 2024-10-03 + +### Fixed + +- *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296)) + ## [0.2.1](https://github.com/rustic-rs/rustic_core/compare/rustic_config-v0.2.0...rustic_config-v0.2.1) - 2024-09-23 ### Other diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index f31d6212..556d9d7c 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_config" -version = "0.2.1" +version = "0.2.2" authors = ["the rustic-rs team"] categories = ["config"] documentation = "https://docs.rs/rustic_config" diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index ea5042f6..72b04944 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.5.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.0...rustic_core-v0.5.1) - 2024-10-03 + +### Fixed + +- fix check without --read-data ([#299](https://github.com/rustic-rs/rustic_core/pull/299)) +- *(docs)* left over from migration to `conflate` crate ([#296](https://github.com/rustic-rs/rustic_core/pull/296)) + ## [0.5.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.4.0...rustic_core-v0.5.0) - 2024-10-02 ### Added diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index d5f8946b..07e6b8f7 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_core" -version = "0.5.0" +version = "0.5.1" authors = ["the rustic-rs team"] categories = ["data-structures", "encoding", "filesystem"] documentation = "https://docs.rs/rustic_core"