mirror of https://github.com/dswd/vpncloud.git
Bugfix release
This commit is contained in:
parent
4959ca48a1
commit
f3347e0b7a
|
@ -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
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue