chore(version-up): 0.5.4

This commit is contained in:
Sebastian Thiel
2016-01-30 13:47:57 +01:00
parent c2bb59b4c5
commit 5dbd93a68c
2 changed files with 11 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "yup-oauth2"
version = "0.5.3"
version = "0.5.4"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup-oauth2"
description = "A partial oauth2 implementation, providing the 'device' authorization flow"

View File

@@ -1,3 +1,13 @@
<a name="v0.5.4"></a>
### v0.5.4 (2016-01-30)
#### Bug Fixes
* **rustup:** use std::time::Duration and Thread::sleep ([c2bb59b4](https://github.com/Byron/yup-oauth2/commit/c2bb59b4c5ad3b8a272712b53044624be3a531e0))
<a name="v0.5.2"></a>
## v0.5.2 (2015-08-08)