Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schwerdel committed May 11, 2017
1 parent 2a1dc52 commit 9590bfe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This project follows [semantic versioning](http://semver.org).


### UNRELEASED
### v0.3.2 (2017-05-11)
* [modified] Changed order of arguments in `addkey` to match src-dst scheme
* [modified] Skip root folder on restore
* [fixed] Fixed `addkey` subcommand
Expand Down
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 = "zvault"
version = "0.3.1"
version = "0.3.2"
authors = ["Dennis Schwerdel <[email protected]>"]
description = "Deduplicating backup tool"

Expand Down
10 changes: 10 additions & 0 deletions deb/zvault/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
zvault (0.3.2) stable; urgency=medium

* [modified] Changed order of arguments in `addkey` to match src-dst scheme
* [modified] Skip root folder on restore
* [fixed] Fixed `addkey` subcommand
* [fixed] Fixed reading tar files from stdin
* [fixed] Fixed exporting files with long names as tar files

-- Dennis Schwerdel <[email protected]> Thu, 11 May 2017 10:52:51 +0200

zvault (0.3.1) stable; urgency=medium

* [added] Derive key pairs from passwords
Expand Down

0 comments on commit 9590bfe

Please sign in to comment.