From cbfa909edf5b104fcfa1d9f77aec41bf18a74163 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 8 Aug 2015 11:46:54 +0200 Subject: [PATCH] chore(version-up): v0.5.2 --- Cargo.toml | 2 +- changelog.md | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64bfb76..d2117df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.5.1" +version = "0.5.2" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/yup-oauth2" description = "A partial oauth2 implementation, providing the 'device' authorization flow" diff --git a/changelog.md b/changelog.md index d9f2c3f..6f4d987 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ - -## 0.5.1 (2015-08-08) + +## v0.5.2 (2015-08-08) + + +#### Bug Fixes + +* **tests** assure tests actually work ([ad0bde30](https://github.com/Byron/yup-oauth2/commit/ad0bde3092499e26c819a871065f70d0d8519e0b)) + + + + +## v0.5.1 (2015-08-08) * compatibility with serde 0.5.x