Skip to content

Commit ee3f099

Browse files
chore: release v0.9.0 (#1256)
## πŸ€– New release * `rustic-rs`: 0.8.1 -> 0.9.0 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.9.0](v0.8.1...v0.9.0) - 2024-09-29 ### Added - *(commands)* Add list indexpacks and list indexcontent commands ([#1254](#1254)) - *(commands)* Add option `--only-identical` for `diff` to allow for bitrot check ([#1250](#1250)) - *(commands)* ls: Add option --json ([#1251](#1251)) - *(commands)* [**breaking**] copy: Use config profile as target ([#1131](#1131)) - *(commands)* backup: Add option --long ([#1159](#1159)) ### Fixed - *(deps)* update rust crate libc to v0.2.159 ([#1257](#1257)) - *(config)* [**breaking**] use multiple options only as array in config profile ([#1240](#1240)) - *(interactive)* Allow snapshots to be modified and marked to forget ([#1253](#1253)) - make ls and find show the year of mtime date ([#1249](#1249)) - ls: Remove printing trailing space ([#1247](#1247)) - webdav/forget: correctly use application config ([#1241](#1241)) ### Other - update installation instructions in readme to use `--locked` flag for install from crates.io - *(deps)* lock file maintenance ([#1269](#1269)) - delete unused xtask pattern directory - *(deps)* update rust crate rstest to 0.23 ([#1267](#1267)) - *(deps)* update rust crate tempfile to v3.13.0 ([#1266](#1266)) - *(deps)* update marcoieni/release-plz-action digest to 8b0f89a ([#1265](#1265)) - *(deps)* update embarkstudios/cargo-deny-action action to v2 ([#1259](#1259)) - *(deps)* update rustsec/audit-check action to v2 ([#1260](#1260)) - *(deps)* update softprops/action-gh-release action to v2 ([#1258](#1258)) - *(deps)* update embarkstudios/cargo-deny-action digest to 3f4a782 ([#1228](#1228)) - don't let release-plz create GH releases - exclude the CHANGELOG from dprint formatting - remove `-dev` description from version for release-plz to work - remove release-pr workflow and replace with release-plz - *(cd)* try fixing nightly release pipeline - *(deps)* Update to new releases ([#1255](#1255)) - Reduce memory usage of restore ([#1069](#1069)) - Update to newest rustic_core ([#1248](#1248)) - update RepositoryErrorKind rustdoc following rustic_core change ([#1237](#1237)) - set development version - add flag for building with self-update feature for nightly and CD - Remove self-update from default crate features ([#1139](#1139)) </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> Co-authored-by: Alexander Weiss <[email protected]>
1 parent 38076cb commit ee3f099

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## [0.9.0](https://github.com/rustic-rs/rustic/compare/v0.8.1...v0.9.0) - 2024-09-29
6+
7+
### Bug Fixes
8+
9+
- [**breaking**] use multiple options only as array in config profile
10+
([#1240](https://github.com/rustic-rs/rustic/pull/1240))
11+
- Allow snapshots to be modified and marked to forget
12+
([#1253](https://github.com/rustic-rs/rustic/pull/1253))
13+
- make ls and find show the year of mtime date
14+
([#1249](https://github.com/rustic-rs/rustic/pull/1249))
15+
- ls: Remove printing trailing space
16+
([#1247](https://github.com/rustic-rs/rustic/pull/1247))
17+
- webdav/forget: correctly use application config
18+
([#1241](https://github.com/rustic-rs/rustic/pull/1241))
19+
20+
### Features
21+
22+
- [**breaking**] copy: Use config profile as target
23+
([#1131](https://github.com/rustic-rs/rustic/pull/1131))
24+
- backup: Add option `stdin-command`
25+
([rustic_core](https://github.com/rustic-rs/rustic_core/releases/tag/rustic_core-v0.3.0))
26+
- Add list indexpacks and list indexcontent commands
27+
([#1254](https://github.com/rustic-rs/rustic/pull/1254))
28+
- Add option `--only-identical` for `diff` to allow for bitrot check
29+
([#1250](https://github.com/rustic-rs/rustic/pull/1250))
30+
- ls: Add option --json ([#1251](https://github.com/rustic-rs/rustic/pull/1251))
31+
- backup: Add option `--long`
32+
([#1159](https://github.com/rustic-rs/rustic/pull/1159))
33+
34+
### Documentation
35+
36+
- update installation instructions in readme to use `--locked` flag for install
37+
from crates.io
38+
- update RepositoryErrorKind rustdoc following rustic_core change
39+
([#1237](https://github.com/rustic-rs/rustic/pull/1237))
40+
41+
### Other
42+
43+
- Remove self-update from default crate features
44+
([#1139](https://github.com/rustic-rs/rustic/pull/1139))
45+
- Reduce memory usage of restore
46+
([#1069](https://github.com/rustic-rs/rustic/pull/1069))
47+
- *(deps)* update rust crate libc to v0.2.159
48+
([#1257](https://github.com/rustic-rs/rustic/pull/1257))
49+
- *(deps)* lock file maintenance
50+
([#1269](https://github.com/rustic-rs/rustic/pull/1269))
51+
- *(deps)* update rust crate rstest to 0.23
52+
([#1267](https://github.com/rustic-rs/rustic/pull/1267))
53+
- *(deps)* update rust crate tempfile to v3.13.0
54+
([#1266](https://github.com/rustic-rs/rustic/pull/1266))
55+
- *(deps)* update marcoieni/release-plz-action digest to 8b0f89a
56+
([#1265](https://github.com/rustic-rs/rustic/pull/1265))
57+
- *(deps)* update embarkstudios/cargo-deny-action action to v2
58+
([#1259](https://github.com/rustic-rs/rustic/pull/1259))
59+
- *(deps)* update rustsec/audit-check action to v2
60+
([#1260](https://github.com/rustic-rs/rustic/pull/1260))
61+
- *(deps)* update softprops/action-gh-release action to v2
62+
([#1258](https://github.com/rustic-rs/rustic/pull/1258))
63+
- *(deps)* update embarkstudios/cargo-deny-action digest to 3f4a782
64+
([#1228](https://github.com/rustic-rs/rustic/pull/1228))
65+
566
## [0.8.1] - 2024-09-08
667

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

0 commit comments

Comments
Β (0)