Skip to content

Commit 62d78eb

Browse files
chore: release v0.9.1 (#1283)
## πŸ€– New release * `rustic-rs`: 0.9.0 -> 0.9.1 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.9.1](v0.9.0...v0.9.1) - 2024-10-03 ### Added - *(config)* add more filters ([#1263](#1263)) - *(check)* Allow to only check trees+packs for given snapshots ([#1230](#1230)) - *(commands)* add a `docs` command to easily access the user, dev and config documentation ([#1276](#1276)) ### Fixed - *(docs/cli)* improve the descriptions of the CLI commands ([#1277](#1277)) - *(deps)* update rustic_core and other dependencies and fix merge precedence ([#1282](#1282)) - *(docs)* update configuration documentation to align with recent changes ([#1280](#1280)) ### Other - *(deps)* upgrade dependencies ([#1289](#1289)) - add triage label to new issues only if no label has been set when creating it ([#1287](#1287)) - *(interactive)* use update methods for refreshing snapshots ([#1285](#1285)) </blockquote> </p></details> --- 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>
1 parent b384852 commit 62d78eb

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

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

5+
## [0.9.1](https://github.com/rustic-rs/rustic/compare/v0.9.0...v0.9.1) - 2024-10-03
6+
7+
### Added
8+
9+
- *(config)* add more filters ([#1263](https://github.com/rustic-rs/rustic/pull/1263))
10+
- *(check)* Allow to only check trees+packs for given snapshots ([#1230](https://github.com/rustic-rs/rustic/pull/1230))
11+
- *(commands)* add a `docs` command to easily access the user, dev and config documentation ([#1276](https://github.com/rustic-rs/rustic/pull/1276))
12+
13+
### Fixed
14+
15+
- *(docs/cli)* improve the descriptions of the CLI commands ([#1277](https://github.com/rustic-rs/rustic/pull/1277))
16+
- *(deps)* update rustic_core and other dependencies and fix merge precedence ([#1282](https://github.com/rustic-rs/rustic/pull/1282))
17+
- *(docs)* update configuration documentation to align with recent changes ([#1280](https://github.com/rustic-rs/rustic/pull/1280))
18+
19+
### Other
20+
21+
- *(deps)* upgrade dependencies ([#1289](https://github.com/rustic-rs/rustic/pull/1289))
22+
- add triage label to new issues only if no label has been set when creating it ([#1287](https://github.com/rustic-rs/rustic/pull/1287))
23+
- *(interactive)* use update methods for refreshing snapshots ([#1285](https://github.com/rustic-rs/rustic/pull/1285))
24+
525
## [0.9.0](https://github.com/rustic-rs/rustic/compare/v0.8.1...v0.9.0) - 2024-09-29
626

727
### Bug Fixes

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic-rs"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["the rustic-rs team"]
55
categories = ["command-line-utilities"]
66
documentation = "https://docs.rs/rustic-rs"

0 commit comments

Comments
Β (0)