Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schwerdel committed Jul 21, 2017
1 parent d062aaa commit 7303da4
Show file tree
Hide file tree
Showing 4 changed files with 18 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.4.0 (2017-07-21)
* [added] Added `copy` subcommand
* [added] Added support for xattrs in fuse mount
* [added] Added support for block/char devices
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.2"
version = "0.4.0"
authors = ["Dennis Schwerdel <[email protected]>"]
description = "Deduplicating backup tool"

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

* [added] Added `copy` subcommand
* [added] Added support for xattrs in fuse mount
* [added] Added support for block/char devices
* [added] Added support for fifo files
* [modified] Reformatted sources using rustfmt
* [modified] Also documenting common flags in subcommands
* [modified] Using repository aliases (**conversion needed**)
* [modified] Remote path must be absolute
* [modified] Not removing prefixes from bundle names anymore
* [fixed] Fixed tarfile import

-- Dennis Schwerdel <[email protected]> Fri, 21 Jul 2017 11:25:32 +0200

zvault (0.3.2) stable; urgency=medium

* [modified] Changed order of arguments in `addkey` to match src-dst scheme
Expand Down

0 comments on commit 7303da4

Please sign in to comment.