Release v0.3.2

pull/10/head v0.3.2
Dennis Schwerdel 2017-05-11 10:57:54 +02:00
parent 2a1dc52c56
commit 9590bfed26
4 changed files with 13 additions and 3 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "zvault"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "zvault"
version = "0.3.1"
version = "0.3.2"
authors = ["Dennis Schwerdel <schwerdel@googlemail.com>"]
description = "Deduplicating backup tool"

View File

@ -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 <schwerdel@informatik.uni-kl.de> Thu, 11 May 2017 10:52:51 +0200
zvault (0.3.1) stable; urgency=medium
* [added] Derive key pairs from passwords