From ee3f099d4be801628c975ac64c365f24f3e4a487 Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:30:46 +0200 Subject: [PATCH] chore: release v0.9.0 (#1256) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `rustic-rs`: 0.8.1 -> 0.9.0 (✓ API compatible changes)
Changelog

## [0.9.0](https://github.com/rustic-rs/rustic/compare/v0.8.1...v0.9.0) - 2024-09-29 ### Added - *(commands)* Add list indexpacks and list indexcontent commands ([#1254](https://github.com/rustic-rs/rustic/pull/1254)) - *(commands)* Add option `--only-identical` for `diff` to allow for bitrot check ([#1250](https://github.com/rustic-rs/rustic/pull/1250)) - *(commands)* ls: Add option --json ([#1251](https://github.com/rustic-rs/rustic/pull/1251)) - *(commands)* [**breaking**] copy: Use config profile as target ([#1131](https://github.com/rustic-rs/rustic/pull/1131)) - *(commands)* backup: Add option --long ([#1159](https://github.com/rustic-rs/rustic/pull/1159)) ### Fixed - *(deps)* update rust crate libc to v0.2.159 ([#1257](https://github.com/rustic-rs/rustic/pull/1257)) - *(config)* [**breaking**] use multiple options only as array in config profile ([#1240](https://github.com/rustic-rs/rustic/pull/1240)) - *(interactive)* Allow snapshots to be modified and marked to forget ([#1253](https://github.com/rustic-rs/rustic/pull/1253)) - make ls and find show the year of mtime date ([#1249](https://github.com/rustic-rs/rustic/pull/1249)) - ls: Remove printing trailing space ([#1247](https://github.com/rustic-rs/rustic/pull/1247)) - webdav/forget: correctly use application config ([#1241](https://github.com/rustic-rs/rustic/pull/1241)) ### Other - update installation instructions in readme to use `--locked` flag for install from crates.io - *(deps)* lock file maintenance ([#1269](https://github.com/rustic-rs/rustic/pull/1269)) - delete unused xtask pattern directory - *(deps)* update rust crate rstest to 0.23 ([#1267](https://github.com/rustic-rs/rustic/pull/1267)) - *(deps)* update rust crate tempfile to v3.13.0 ([#1266](https://github.com/rustic-rs/rustic/pull/1266)) - *(deps)* update marcoieni/release-plz-action digest to 8b0f89a ([#1265](https://github.com/rustic-rs/rustic/pull/1265)) - *(deps)* update embarkstudios/cargo-deny-action action to v2 ([#1259](https://github.com/rustic-rs/rustic/pull/1259)) - *(deps)* update rustsec/audit-check action to v2 ([#1260](https://github.com/rustic-rs/rustic/pull/1260)) - *(deps)* update softprops/action-gh-release action to v2 ([#1258](https://github.com/rustic-rs/rustic/pull/1258)) - *(deps)* update embarkstudios/cargo-deny-action digest to 3f4a782 ([#1228](https://github.com/rustic-rs/rustic/pull/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](https://github.com/rustic-rs/rustic/pull/1255)) - Reduce memory usage of restore ([#1069](https://github.com/rustic-rs/rustic/pull/1069)) - Update to newest rustic_core ([#1248](https://github.com/rustic-rs/rustic/pull/1248)) - update RepositoryErrorKind rustdoc following rustic_core change ([#1237](https://github.com/rustic-rs/rustic/pull/1237)) - set development version - add flag for building with self-update feature for nightly and CD - Remove self-update from default crate features ([#1139](https://github.com/rustic-rs/rustic/pull/1139))

--- 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 --- CHANGELOG.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 63 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3518020e..6f3f6dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,67 @@ All notable changes to this project will be documented in this file. +## [0.9.0](https://github.com/rustic-rs/rustic/compare/v0.8.1...v0.9.0) - 2024-09-29 + +### Bug Fixes + +- [**breaking**] use multiple options only as array in config profile + ([#1240](https://github.com/rustic-rs/rustic/pull/1240)) +- Allow snapshots to be modified and marked to forget + ([#1253](https://github.com/rustic-rs/rustic/pull/1253)) +- make ls and find show the year of mtime date + ([#1249](https://github.com/rustic-rs/rustic/pull/1249)) +- ls: Remove printing trailing space + ([#1247](https://github.com/rustic-rs/rustic/pull/1247)) +- webdav/forget: correctly use application config + ([#1241](https://github.com/rustic-rs/rustic/pull/1241)) + +### Features + +- [**breaking**] copy: Use config profile as target + ([#1131](https://github.com/rustic-rs/rustic/pull/1131)) +- backup: Add option `stdin-command` + ([rustic_core](https://github.com/rustic-rs/rustic_core/releases/tag/rustic_core-v0.3.0)) +- Add list indexpacks and list indexcontent commands + ([#1254](https://github.com/rustic-rs/rustic/pull/1254)) +- Add option `--only-identical` for `diff` to allow for bitrot check + ([#1250](https://github.com/rustic-rs/rustic/pull/1250)) +- ls: Add option --json ([#1251](https://github.com/rustic-rs/rustic/pull/1251)) +- backup: Add option `--long` + ([#1159](https://github.com/rustic-rs/rustic/pull/1159)) + +### Documentation + +- update installation instructions in readme to use `--locked` flag for install + from crates.io +- update RepositoryErrorKind rustdoc following rustic_core change + ([#1237](https://github.com/rustic-rs/rustic/pull/1237)) + +### Other + +- Remove self-update from default crate features + ([#1139](https://github.com/rustic-rs/rustic/pull/1139)) +- Reduce memory usage of restore + ([#1069](https://github.com/rustic-rs/rustic/pull/1069)) +- *(deps)* update rust crate libc to v0.2.159 + ([#1257](https://github.com/rustic-rs/rustic/pull/1257)) +- *(deps)* lock file maintenance + ([#1269](https://github.com/rustic-rs/rustic/pull/1269)) +- *(deps)* update rust crate rstest to 0.23 + ([#1267](https://github.com/rustic-rs/rustic/pull/1267)) +- *(deps)* update rust crate tempfile to v3.13.0 + ([#1266](https://github.com/rustic-rs/rustic/pull/1266)) +- *(deps)* update marcoieni/release-plz-action digest to 8b0f89a + ([#1265](https://github.com/rustic-rs/rustic/pull/1265)) +- *(deps)* update embarkstudios/cargo-deny-action action to v2 + ([#1259](https://github.com/rustic-rs/rustic/pull/1259)) +- *(deps)* update rustsec/audit-check action to v2 + ([#1260](https://github.com/rustic-rs/rustic/pull/1260)) +- *(deps)* update softprops/action-gh-release action to v2 + ([#1258](https://github.com/rustic-rs/rustic/pull/1258)) +- *(deps)* update embarkstudios/cargo-deny-action digest to 3f4a782 + ([#1228](https://github.com/rustic-rs/rustic/pull/1228)) + ## [0.8.1] - 2024-09-08 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index ee180898..0acf2582 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3664,7 +3664,7 @@ dependencies = [ [[package]] name = "rustic-rs" -version = "0.8.1" +version = "0.9.0" dependencies = [ "abscissa_core", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index cbb53939..4ecd4221 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic-rs" -version = "0.8.1" +version = "0.9.0" authors = ["the rustic-rs team"] categories = ["command-line-utilities"] documentation = "https://docs.rs/rustic-rs"