Skip to content

Commit

Permalink
chore(version-up): v0.6.0
Browse files Browse the repository at this point in the history
Comes with DiskStorage and new Flow !!!
  • Loading branch information
Byron committed May 20, 2016
1 parent 31bad1a commit a9d0b06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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.6"
version = "0.6.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup-oauth2"
description = "A partial oauth2 implementation, providing the 'device' authorization flow"
Expand Down
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="v0.6.0"></a>
## v0.6.0 (2016-05-20)


#### Features

* **flows:** Implement flow for installed apps ([77355888](https://github.com/Byron/yup-oauth2/commit/77355888f2d1f0db09b10d81a374d8d254dd13fb))
* **storage:** Implement DiskTokenStorage ([2cb5250e](https://github.com/Byron/yup-oauth2/commit/2cb5250e72f53bc020cad298b5689dcc88e6347f))

#### Bug Fixes

* **DiskTokenStorage:** make DiskTokenStorage::new() return a Result<> ([ae5e94bf](https://github.com/Byron/yup-oauth2/commit/ae5e94bf7b15318a15b2885fa0d4b5fded8bcadd))
* **dependencies:**
* work with latest dependencies on nightly ([22bb255a](https://github.com/Byron/yup-oauth2/commit/22bb255a55e2a92e4b03c33d721ab122c6c5ae32))
* hyper also broke us ([4e1d9bd7](https://github.com/Byron/yup-oauth2/commit/4e1d9bd75091583ff9d8f49e6e8cd46458677457))
* use url = 0.5; the bump to 1.0 broke us ([95ecb5c3](https://github.com/Byron/yup-oauth2/commit/95ecb5c3887bd51367724da4e9c862aa1c3154a9), closes [#23](https://github.com/Byron/yup-oauth2/issues/23))
* use url = 0.5; the bump to 1.0 broke us ([5c4e3188](https://github.com/Byron/yup-oauth2/commit/5c4e318842c809551242a804c97e8696e5e6eb5c), closes [#23](https://github.com/Byron/yup-oauth2/issues/23))
* **installed:** Genericize token/auth URI ([9b31070e](https://github.com/Byron/yup-oauth2/commit/9b31070edbac3ba9e42dc08c81a48ec3fee8a728))



<a name="v0.5.6"></a>
### v0.5.6 (2016-04-10)

Expand Down

0 comments on commit a9d0b06

Please sign in to comment.