Skip to content

Commit

Permalink
Merge pull request #82 from rustic-rs/prepare-0.2.2
Browse files Browse the repository at this point in the history
set version to 0.2.2
  • Loading branch information
aawsome authored Jul 26, 2022
2 parents ef293fe + d6bb36c commit f251079
Show file tree
Hide file tree
Showing 3 changed files with 14 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.2.1-dev"
version = "0.2.2"
description = """
fast, encrypted, deduplicated backups powered by pure Rust
"""
Expand Down
12 changes: 12 additions & 0 deletions changelog/0.2.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Changes in version 0.2.2
- added possibility to specify a hot repo (added --repo-hot option)
- added rclone backend and made reading/writing remote repos with higher latency working
- new command config; added possibility to customize compression level
- added possibility to customize pack sizes. Also changed the standard settings for pack size.
- fixed errornous caching of data pack files
- check: new option --trust-cache
- improved speed of packer
- prune: new options --instant-delete, --repack-uncompressed, --fast-repack
- prune: option --repack-cacheable-only now expects true/false and default to true for hot/cold repos
- snapshots: allow to specify "latest" which only displays the latest snapshot(s)
- restore: fixed order of setting permission; improved error handling and debug output

0 comments on commit f251079

Please sign in to comment.