Skip to content

Commit ddc13cc

Browse files
committed
bump version to 0.2.0-rc1
1 parent d4e78ec commit ddc13cc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic-rs"
3-
version = "0.1.2-dev"
3+
version = "0.2.0-rc1"
44
description = """
55
restic-compatible backup tool written in pure Rust
66
"""

changelog/0.2.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Changes in version 0.2
2+
- new commands: init, forget, prune, repoinfo, tag, key
3+
- allow parallel lock-free repo access including prune
4+
- added REST backend
5+
- add compression support
6+
- most operations are now parallelized (using async rust)
7+
- added more statistical information to snapshots
8+
- now uses the same JSON format for trees/nodes as restic
9+
- better progress bars
10+
- various small fixes

0 commit comments

Comments
 (0)