Skip to content

Commit

Permalink
prepare v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Dec 3, 2022
1 parent e17cd71 commit ecdec74
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 24 deletions.
46 changes: 23 additions & 23 deletions 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.4.0-dev"
version = "0.4.1"
description = """
fast, encrypted, deduplicated backups powered by pure Rust
"""
Expand Down
11 changes: 11 additions & 0 deletions changelog/0.4.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Changes in version 0.4.1:

Bugs fixed:
- Fixed a possible deadlock in the archiver which could cause `rustic backup` to hang.
- Piping output no longer panices (this allows e.g. to pipe into `head`).
- Fixed progress bar showing 0B/s instead of real rate.

New features:
- backup: Errors reading the parent now print a warning instead of being silently ignored.
- forget: Allow to keep quarter- and half-yearly.
- Improved the error handling for some situations.

0 comments on commit ecdec74

Please sign in to comment.