mirror of https://github.com/dswd/zvault
Release v0.3.2
This commit is contained in:
parent
2a1dc52c56
commit
9590bfed26
|
@ -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
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue