diff --git a/Cargo.lock b/Cargo.lock index 853041e4..02fd2934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3143,7 +3143,7 @@ version = "0.2.2" [[package]] name = "rustic_core" -version = "0.7.1" +version = "0.7.2" dependencies = [ "aes256ctr_poly1305aes", "anyhow", diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index b30b5e17..e7a53543 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.7.2](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.7.1...rustic_core-v0.7.2) - 2024-11-30 + +### Added + +- Add a "minutely" timeline ([#374](https://github.com/rustic-rs/rustic_core/pull/374)) + +### Fixed + +- clippy lints + ## [0.7.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.7.0...rustic_core-v0.7.1) - 2024-11-27 ### Other diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index cdd6a372..6256a632 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_core" -version = "0.7.1" +version = "0.7.2" authors = ["the rustic-rs team"] categories = ["data-structures", "encoding", "filesystem"] documentation = "https://docs.rs/rustic_core"