From ed3587d4239d9da73f8eb285c4b973ba209d1101 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Tue, 19 Jan 2016 21:58:39 +0100 Subject: [PATCH] Ready to release 0.4.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- deb/vpncloud/debian/changelog | 9 +++++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c736d23..3d4b446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index bfcbb05..dbe000e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 19afa8d..d0f5a1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpncloud" -version = "0.4.1" +version = "0.4.2" authors = ["Dennis Schwerdel "] build = "build.rs" license = "GPL-3.0" diff --git a/deb/vpncloud/debian/changelog b/deb/vpncloud/debian/changelog index 46c4d47..6f69078 100644 --- a/deb/vpncloud/debian/changelog +++ b/deb/vpncloud/debian/changelog @@ -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 Tue, 19 Jan 2016 21:56:12 +0100 + vpncloud (0.4.1) stable; urgency=medium * [changed] Logging more verbosely