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:
Sebastian Thiel
2015-05-08 11:41:26 +02:00
parent 7383f5efb6
commit 0a62d04476
3 changed files with 17 additions and 2 deletions

View File

@@ -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"]

View File

@@ -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 = "*"

View File

@@ -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)