From 22a898cff62e9fb5a92020a90d8119dc8824dd1d Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:21:35 +0100 Subject: [PATCH] chore(rustic_core): release v0.6.1 (#363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `rustic_core`: 0.6.0 -> 0.6.1 (✓ API compatible changes)
Changelog

## `rustic_core`

## [0.6.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.6.0...rustic_core-v0.6.1) - 2024-11-19 ### Added - make FilePolicy usable in cli and config ### Fixed - *(error)* add missing context to error in cache backend

--- 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 | 2 +- crates/core/CHANGELOG.md | 10 ++++++++++ crates/core/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14607473..50abfeb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3595,7 +3595,7 @@ version = "0.2.2" [[package]] name = "rustic_core" -version = "0.6.0" +version = "0.6.1" dependencies = [ "aes256ctr_poly1305aes", "anyhow", diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index ac10eeda..05cd0fbb 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.6.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.6.0...rustic_core-v0.6.1) - 2024-11-19 + +### Added + +- make FilePolicy usable in cli and config + +### Fixed + +- *(error)* add missing context to error in cache backend + ## [0.6.0](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.5.5...rustic_core-v0.6.0) - 2024-11-18 ### Added diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 5520a09d..645770ae 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_core" -version = "0.6.0" +version = "0.6.1" authors = ["the rustic-rs team"] categories = ["data-structures", "encoding", "filesystem"] documentation = "https://docs.rs/rustic_core"