From 3d40e8d858812c510038e089d0553570d4002e95 Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 09:20:18 +0100 Subject: [PATCH] chore(rustic_core): release v0.7.2 (#375) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `rustic_core`: 0.7.1 -> 0.7.2 (✓ API compatible changes)
Changelog

## `rustic_core`

## [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

--- This PR was generated with [release-plz](https://github.com/release-plz/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 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"