Ready to release 0.4.2

pull/9/head v0.4.2
Dennis Schwerdel 2016-01-19 21:58:39 +01:00
parent bcd218316a
commit ed3587d423
4 changed files with 18 additions and 2 deletions

View File

@ -2,6 +2,13 @@
This project follows [semantic versioning](http://semver.org).
### v0.4.2 (2016-01-19)
- [changed] Updated dependencies
- [changed] New measurements
- [changed] Using copy trait more often
- [fixed] Fixed deb changelog
### v0.4.1 (2015-12-22)
- [changed] Logging more verbosely

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "vpncloud"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"aligned_alloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "vpncloud"
version = "0.4.1"
version = "0.4.2"
authors = ["Dennis Schwerdel <schwerdel@informatik.uni-kl.de>"]
build = "build.rs"
license = "GPL-3.0"

View File

@ -1,3 +1,12 @@
vpncloud (0.4.2) stable; urgency=medium
* [changed] Updated dependencies
* [changed] New measurements
* [changed] Using copy trait more often
* [fixed] Fixed deb changelog
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 19 Jan 2016 21:56:12 +0100
vpncloud (0.4.1) stable; urgency=medium
* [changed] Logging more verbosely