Bugfix release

pull/29/head
Dennis Schwerdel 2019-02-16 15:42:03 +01:00
parent 4959ca48a1
commit f3347e0b7a
4 changed files with 12 additions and 2 deletions

View File

@ -2,6 +2,10 @@
This project follows [semantic versioning](http://semver.org).
### v0.9.1 (2019-02-16)
-[fixed] Fixed bug in new hex secret key functionality
### v0.9.0 (2019-02-15)
- [added] Added support for cross-compilation

2
Cargo.lock generated
View File

@ -622,7 +622,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "vpncloud"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "vpncloud"
version = "0.9.0"
version = "0.9.1"
authors = ["Dennis Schwerdel <schwerdel@googlemail.com>"]
build = "build.rs"
license = "GPL-3.0"

View File

@ -1,3 +1,9 @@
vpncloud (0.9.1) stable; urgency=medium
* [fixed] Fixed bug in new hex secret key functionality
-- Dennis Schwerdel <schwerdel@googlemail.com> Sat, 16 Jan 2019 15:21:32 +0100
vpncloud (0.9.0) stable; urgency=medium
* [added] Added support for cross-compilation