Skip to content

Commit fe07c41

Browse files
chore: release v0.9.2 (#1294)
## πŸ€– New release * `rustic-rs`: 0.9.1 -> 0.9.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.9.2](v0.9.1...v0.9.2) - 2024-10-09 ### Added - *(config)* Add hooks ([#1218](#1218)) ### Other - *(deps)* update rustic_core ([#1309](#1309)) - build and publish docker image on release ([#1297](#1297)) </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 64e1ebb commit fe07c41

File tree

3 files changed

+74
-55
lines changed

3 files changed

+74
-55
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## [0.9.2](https://github.com/rustic-rs/rustic/compare/v0.9.1...v0.9.2) - 2024-10-09
6+
7+
### Added
8+
9+
- *(config)* Add hooks ([#1218](https://github.com/rustic-rs/rustic/pull/1218))
10+
11+
### Other
12+
13+
- *(deps)* update rustic_core ([#1309](https://github.com/rustic-rs/rustic/pull/1309))
14+
- build and publish docker image on release ([#1297](https://github.com/rustic-rs/rustic/pull/1297))
15+
516
## [0.9.1](https://github.com/rustic-rs/rustic/compare/v0.9.0...v0.9.1) - 2024-10-03
617

718
### Added

β€ŽCargo.lockβ€Ž

Lines changed: 62 additions & 54 deletions
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.1"
3+
version = "0.9.2"
44
authors = ["the rustic-rs team"]
55
categories = ["command-line-utilities"]
66
documentation = "https://docs.rs/rustic-rs"

0 commit comments

Comments
Β (0)