mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
fix(versionup): version == 0.4.4
* change log updated using clog * updated clog config to help setting up new versions
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
[clog]
|
[clog]
|
||||||
repository = "https://github.com/Byron/yup-oauth2"
|
repository = "https://github.com/Byron/yup-oauth2"
|
||||||
|
from-latest-tag = true
|
||||||
|
|
||||||
[sections]
|
[sections]
|
||||||
Improvements = ["imp"]
|
Improvements = ["imp"]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "yup-oauth2"
|
name = "yup-oauth2"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||||
repository = "https://github.com/Byron/yup-oauth2"
|
repository = "https://github.com/Byron/yup-oauth2"
|
||||||
description = "A partial oauth2 implementation, providing the 'device' authorization flow"
|
description = "A partial oauth2 implementation, providing the 'device' authorization flow"
|
||||||
@@ -12,7 +12,7 @@ license = "MIT"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "*"
|
chrono = "*"
|
||||||
time = "*"
|
time = "*"
|
||||||
hyper = "*"
|
hyper = ">= 0.4.0"
|
||||||
log = "*"
|
log = "*"
|
||||||
mime = "*"
|
mime = "*"
|
||||||
url = "*"
|
url = "*"
|
||||||
|
|||||||
14
changelog.md
14
changelog.md
@@ -1,3 +1,17 @@
|
|||||||
|
<a name="v0.4.4"></a>
|
||||||
|
## v0.4.4 (2015-05-08)
|
||||||
|
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* **testing** use travis-cargo ([dd711b6e](https://github.com/Byron/yup-oauth2/commit/dd711b6e8065bb699aa244cd6a51f21bdb4e05e9))
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
|
||||||
|
* **hyper** update to hyper v0.4.0 ([7383f5ef](https://github.com/Byron/yup-oauth2/commit/7383f5efb60fabdb797a71cc5288068b3095c294))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="v0.4.3"></a>
|
<a name="v0.4.3"></a>
|
||||||
## v0.4.3 (2015-05-02)
|
## v0.4.3 (2015-05-02)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user