Skip to content

Commit fb7ddda

Browse files
chore: release v0.9.4 (#1322)
## πŸ€– New release * `rustic-rs`: 0.9.3 -> 0.9.4 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.9.4](v0.9.3...v0.9.4) - 2024-10-24 ### Added - *(commands)* Add tar output to dump command ([#1328](#1328)) ### Fixed - clippy lints for new Rust version ([#1329](#1329)) - *(deps)* downgrade self-update to fix problems finding right target ([#1323](#1323)) ### Other - *(deps)* remove once_cell and replace with std::sync::LazyLock, increase MSRV to 1.80.0 ([#1337](#1337)) - *(deps)* update tokio, ratatui, and tui-textarea ([#1336](#1336)) - *(deps)* update rustic_core and rustic_backend ([#1334](#1334)) - *(deps)* update abscissa framework ([#1330](#1330)) - introduce a new feature 'release' that includes the 'self-update' feature ([#1307](#1307)) </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 2afb5b2 commit fb7ddda

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## [0.9.4](https://github.com/rustic-rs/rustic/compare/v0.9.3...v0.9.4) - 2024-10-24
6+
7+
### Added
8+
9+
- *(commands)* Add tar output to dump command ([#1328](https://github.com/rustic-rs/rustic/pull/1328))
10+
11+
### Fixed
12+
13+
- clippy lints for new Rust version ([#1329](https://github.com/rustic-rs/rustic/pull/1329))
14+
- *(deps)* downgrade self-update to fix problems finding right target ([#1323](https://github.com/rustic-rs/rustic/pull/1323))
15+
16+
### Other
17+
18+
- *(deps)* remove once_cell and replace with std::sync::LazyLock, increase MSRV to 1.80.0 ([#1337](https://github.com/rustic-rs/rustic/pull/1337))
19+
- *(deps)* update tokio, ratatui, and tui-textarea ([#1336](https://github.com/rustic-rs/rustic/pull/1336))
20+
- *(deps)* update rustic_core and rustic_backend ([#1334](https://github.com/rustic-rs/rustic/pull/1334))
21+
- *(deps)* update abscissa framework ([#1330](https://github.com/rustic-rs/rustic/pull/1330))
22+
- introduce a new feature 'release' that includes the 'self-update' feature ([#1307](https://github.com/rustic-rs/rustic/pull/1307))
23+
524
## [0.9.3](https://github.com/rustic-rs/rustic/compare/v0.9.2...v0.9.3) - 2024-10-10
625

726
### Fixed

β€Ž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.3"
3+
version = "0.9.4"
44
authors = ["the rustic-rs team"]
55
categories = ["command-line-utilities"]
66
documentation = "https://docs.rs/rustic-rs"

0 commit comments

Comments
Β (0)