From 0a62d0447690e25df31353ec3f6c20ae7f963b73 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 8 May 2015 11:41:26 +0200 Subject: [PATCH] fix(versionup): version == 0.4.4 * change log updated using clog * updated clog config to help setting up new versions --- .clog.toml | 1 + Cargo.toml | 4 ++-- changelog.md | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.clog.toml b/.clog.toml index cf68868..4e7bd9d 100644 --- a/.clog.toml +++ b/.clog.toml @@ -1,5 +1,6 @@ [clog] repository = "https://github.com/Byron/yup-oauth2" +from-latest-tag = true [sections] Improvements = ["imp"] diff --git a/Cargo.toml b/Cargo.toml index 7ff1a5c..ddc154b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.4.3" +version = "0.4.4" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/yup-oauth2" description = "A partial oauth2 implementation, providing the 'device' authorization flow" @@ -12,7 +12,7 @@ license = "MIT" [dependencies] chrono = "*" time = "*" -hyper = "*" +hyper = ">= 0.4.0" log = "*" mime = "*" url = "*" diff --git a/changelog.md b/changelog.md index a230dd0..ee75f3c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ + +## 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)) + + + ## v0.4.3 (2015-05-02)