Skip to content

Commit

Permalink
chore(version-up): v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 7, 2016
1 parent 4e5544b commit 78d45ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "yup-oauth2"
version = "0.5.4"
version = "0.5.5"
authors = ["Sebastian Thiel <[email protected]>"]
repository = "https://github.com/Byron/yup-oauth2"
description = "A partial oauth2 implementation, providing the 'device' authorization flow"
Expand Down
12 changes: 8 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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))



0 comments on commit 78d45ad

Please sign in to comment.