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"