Skip to content

Commit

Permalink
fix(versionup): version == 0.4.4
Browse files Browse the repository at this point in the history
* change log updated using clog
* updated clog config to help setting up new versions
  • Loading branch information
Byron committed May 8, 2015
1 parent 7383f5e commit 0a62d04
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[clog]
repository = "https://github.com/Byron/yup-oauth2"
from-latest-tag = true

[sections]
Improvements = ["imp"]
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "yup-oauth2"
version = "0.4.3"
version = "0.4.4"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup-oauth2"
description = "A partial oauth2 implementation, providing the 'device' authorization flow"
Expand All @@ -12,7 +12,7 @@ license = "MIT"
[dependencies]
chrono = "*"
time = "*"
hyper = "*"
hyper = ">= 0.4.0"
log = "*"
mime = "*"
url = "*"
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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>
## v0.4.3 (2015-05-02)

Expand Down

0 comments on commit 0a62d04

Please sign in to comment.