Merge pull request #657 from rustic-rs/prepare-0.5.4

prepare v0.5.4
This commit is contained in:
aawsome 2023-06-05 09:20:58 +02:00 committed by GitHub
commit da0d0d3999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 203 additions and 272 deletions

459
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "rustic-rs"
version = "0.5.3-dev"
version = "0.5.4"
description = """
fast, encrypted, deduplicated backups powered by Rust
"""

10
changelog/0.5.4.txt Normal file
View File

@ -0,0 +1,10 @@
Changes in version 0.5.4:
Bugs fixed:
- backup crashed when there was a non-unicode link target. The crash has been fixed. However, non-unicode link targets are still unsupported.
- Extended attributes which were saved with value null couldn't be handled. This has been fixed.
- prune: --max-repack didn't work with a given percentage of repo size. This has been fixed.
New features:
- copy: Added --init option to initialize uninitialized target repos
- dependencies have been updated

View File

@ -3,9 +3,5 @@ Changes in version x.x.x:
Breaking changes:
Bugs fixed:
- backup crashed when there was a non-unicode link target. The crash has been fixed. However, non-unicode link targets are still unsupported.
- Extended attributes which were saved with value null couldn't be handled. This has been fixed.
- prune: --max-repack didn't work with a given percentage of repo size. This has been fixed.
New features:
- copy: Added --init option to initialize uninitialized target repos