Skip to content

Commit

Permalink
Merge pull request #253 from rustic-rs/prepare-0.3.2
Browse files Browse the repository at this point in the history
prepare v0.3.2
  • Loading branch information
aawsome authored Oct 7, 2022
2 parents 20ee73d + f809ac0 commit f550e09
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
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.3.1-dev"
version = "0.3.2"
description = """
fast, encrypted, deduplicated backups powered by pure Rust
"""
Expand Down
20 changes: 20 additions & 0 deletions changelog/0.3.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Changes in version 0.3.2:

Breaking changes:
- Logging is completely reworked. New option --log-level replaces --verbose and --quiet

Bugs fixed:
- Fixed broken error handling in REST/rclone backend some error kinds.
- Don't prompt for password in init command if it is given.

New features:
- New option --log-file allows logging to a file
- New command completions to generate shell completions
- check: Added --read-data option
- check: Improved error handling and error messages
- rest/rclone backend: Abort immediately at permanent errors.
- restore: better debug output to see what restore exactly will do
- rclone backend no longer needs a temp dir. This meas rustic now doesn't need a temp dir at all.
- Nicer display of snapshot groups
- Added blackbox test using bats

0 comments on commit f550e09

Please sign in to comment.