Skip to content

Commit 3d40e8d

Browse files
chore(rustic_core): release v0.7.2 (#375)
## 🤖 New release * `rustic_core`: 0.7.1 -> 0.7.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `rustic_core` <blockquote> ## [0.7.2](rustic_core-v0.7.1...rustic_core-v0.7.2) - 2024-11-30 ### Added - Add a "minutely" timeline ([#374](#374)) ### Fixed - clippy lints </blockquote> </p></details> --- 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>
1 parent 534efbd commit 3d40e8d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.7.2](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.7.1...rustic_core-v0.7.2) - 2024-11-30
6+
7+
### Added
8+
9+
- Add a "minutely" timeline ([#374](https://github.com/rustic-rs/rustic_core/pull/374))
10+
11+
### Fixed
12+
13+
- clippy lints
14+
515
## [0.7.1](https://github.com/rustic-rs/rustic_core/compare/rustic_core-v0.7.0...rustic_core-v0.7.1) - 2024-11-27
616

717
### Other

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic_core"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["the rustic-rs team"]
55
categories = ["data-structures", "encoding", "filesystem"]
66
documentation = "https://docs.rs/rustic_core"

0 commit comments

Comments
 (0)