Skip to content

Commit

Permalink
Merge pull request #606 from rustic-rs/prepare-0.5.2
Browse files Browse the repository at this point in the history
prepare v0.5.2
  • Loading branch information
aawsome authored Apr 24, 2023
2 parents c6659ce + 9099e99 commit 890fdb7
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 38 deletions.
52 changes: 26 additions & 26 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.5.1-dev"
version = "0.5.2"
description = """
fast, encrypted, deduplicated backups powered by pure Rust
"""
Expand Down
18 changes: 18 additions & 0 deletions changelog/0.5.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Changes in version 0.5.2:

Breaking changes:
- The CLI option `--config-profile` was renamed into `--use-profile` (same shortcut `-P`).

Bugs fixed:
- restore: Warm-up options given by the command line didn't work. This has been fixed.
- backup: showed 1 dir as changed when backing up without parent. This has been fixed.
- diff: The options --no-atime and --ignore-devid had no effect and are now removed.
- Rustic's check of additional fields in the config file didn't work in edge cases. This has been fixed.

New features:
- backup: Backing up (small) files has been speed-optimized and is now much more parallelized.
- Config file: New field use-profile under [global] allows to merge options from other config profiles
- Option --dry-run is now a global option and can also be defined in the config file or via env variable
- forget: Using "-1" as value for --keep-* options will keep all snapshots of that interval
- prune: Added option --repack-all
- Updated to clap v4
11 changes: 0 additions & 11 deletions changelog/new.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
Changes in version x.x.x:

Breaking changes:
- The option `--config-profile` was renamed into `--use-profile`

Bugs fixed:
- restore: Warm-up options given by the command line didn't work. This has been fixed.
- backup showed 1 dir as changed when backing up without parent. This has been fixed.
- diff: The options --no-atime and --ignore-devid had no effect and are now removed.
- Rustic's check of additional fields in the config file didn't work in edge cases. This has been fixed.

New features:
- config file: New field use-profile allows to merge options from other config profiles
- backup: Backing up (small) files is now much more parallelized.
- forget: Using "-1" as value for --keep-* options will keep all snapshots of that interval
- prune: Added option --repack-all
- Option --dry-run is now a global option and can also be defined in the config file or via env variable
- Updated to clap v4

0 comments on commit 890fdb7

Please sign in to comment.