Skip to content

Commit

Permalink
chore: release v0.9.0 (rustic-rs#1256)
Browse files Browse the repository at this point in the history
## 🤖 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](rustic-rs/rustic@v0.8.1...v0.9.0)
- 2024-09-29

### Added

- *(commands)* Add list indexpacks and list indexcontent commands
([rustic-rs#1254](rustic-rs#1254))
- *(commands)* Add option `--only-identical` for `diff` to allow for
bitrot check ([rustic-rs#1250](rustic-rs#1250))
- *(commands)* ls: Add option --json
([rustic-rs#1251](rustic-rs#1251))
- *(commands)* [**breaking**] copy: Use config profile as target
([rustic-rs#1131](rustic-rs#1131))
- *(commands)* backup: Add option --long
([rustic-rs#1159](rustic-rs#1159))

### Fixed

- *(deps)* update rust crate libc to v0.2.159
([rustic-rs#1257](rustic-rs#1257))
- *(config)* [**breaking**] use multiple options only as array in config
profile ([rustic-rs#1240](rustic-rs#1240))
- *(interactive)* Allow snapshots to be modified and marked to forget
([rustic-rs#1253](rustic-rs#1253))
- make ls and find show the year of mtime date
([rustic-rs#1249](rustic-rs#1249))
- ls: Remove printing trailing space
([rustic-rs#1247](rustic-rs#1247))
- webdav/forget: correctly use application config
([rustic-rs#1241](rustic-rs#1241))

### Other

- update installation instructions in readme to use `--locked` flag for
install from crates.io
- *(deps)* lock file maintenance
([rustic-rs#1269](rustic-rs#1269))
- delete unused xtask pattern directory
- *(deps)* update rust crate rstest to 0.23
([rustic-rs#1267](rustic-rs#1267))
- *(deps)* update rust crate tempfile to v3.13.0
([rustic-rs#1266](rustic-rs#1266))
- *(deps)* update marcoieni/release-plz-action digest to 8b0f89a
([rustic-rs#1265](rustic-rs#1265))
- *(deps)* update embarkstudios/cargo-deny-action action to v2
([rustic-rs#1259](rustic-rs#1259))
- *(deps)* update rustsec/audit-check action to v2
([rustic-rs#1260](rustic-rs#1260))
- *(deps)* update softprops/action-gh-release action to v2
([rustic-rs#1258](rustic-rs#1258))
- *(deps)* update embarkstudios/cargo-deny-action digest to 3f4a782
([rustic-rs#1228](rustic-rs#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
([rustic-rs#1255](rustic-rs#1255))
- Reduce memory usage of restore
([rustic-rs#1069](rustic-rs#1069))
- Update to newest rustic_core
([rustic-rs#1248](rustic-rs#1248))
- update RepositoryErrorKind rustdoc following rustic_core change
([rustic-rs#1237](rustic-rs#1237))
- set development version
- add flag for building with self-update feature for nightly and CD
- Remove self-update from default crate features
([rustic-rs#1139](rustic-rs#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]>
  • Loading branch information
rustic-release-plz[bot] and aawsome authored Sep 29, 2024
1 parent 38076cb commit ee3f099
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 2 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ee3f099

Please sign in to comment.