chore(version-up): v0.5.5

This commit is contained in:
Sebastian Thiel
2016-02-07 10:18:41 +01:00
parent 4e5544b6a3
commit 78d45ad1cb
2 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "yup-oauth2"
version = "0.5.4"
version = "0.5.5"
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,5 +1,12 @@
<a name="v0.5.5"></a>
### v0.5.5 (2016-02-07)
#### Improvements
* **crates:** remove `time` crate
<a name="v0.5.4"></a>
### v0.5.4 (2016-02-07)
### v0.5.4 (2016-01-30)
#### Bug Fixes
@@ -217,6 +224,3 @@ This release essentially make yup-oauth2 work on rustc *stable*.
* **helper** full implementation of Authenticator ([c227c161](https://github.com/Byron/yup-oauth2/commit/c227c161fd7233d236c1ee5e700dd56298922f08))
* **util** new MemoryStorage and NullStorage ([091f1c07](https://github.com/Byron/yup-oauth2/commit/091f1c07592808656735cb8800f0a809329e58d9))
* **device** BorrowMut for client ([3f965c8f](https://github.com/Byron/yup-oauth2/commit/3f965c8fea1f341809be97364cbaa570b986f2c4))