mirror of https://github.com/dswd/vpncloud.git
Ready to release 0.4.2
This commit is contained in:
parent
bcd218316a
commit
ed3587d423
|
@ -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
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue