Skip to content

Commit 7303da4

Browse files
author
Dennis Schwerdel
committed
Release v0.4.0
1 parent d062aaa commit 7303da4

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project follows [semantic versioning](http://semver.org).
44

55

6-
### UNRELEASED
6+
### v0.4.0 (2017-07-21)
77
* [added] Added `copy` subcommand
88
* [added] Added support for xattrs in fuse mount
99
* [added] Added support for block/char devices

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zvault"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
authors = ["Dennis Schwerdel <schwerdel@googlemail.com>"]
55
description = "Deduplicating backup tool"
66

deb/zvault/debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
zvault (0.4.0) stable; urgency=medium
2+
3+
* [added] Added `copy` subcommand
4+
* [added] Added support for xattrs in fuse mount
5+
* [added] Added support for block/char devices
6+
* [added] Added support for fifo files
7+
* [modified] Reformatted sources using rustfmt
8+
* [modified] Also documenting common flags in subcommands
9+
* [modified] Using repository aliases (**conversion needed**)
10+
* [modified] Remote path must be absolute
11+
* [modified] Not removing prefixes from bundle names anymore
12+
* [fixed] Fixed tarfile import
13+
14+
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Fri, 21 Jul 2017 11:25:32 +0200
15+
116
zvault (0.3.2) stable; urgency=medium
217

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

0 commit comments

Comments
 (0)