chore(version-up): v0.5.2

This commit is contained in:
Sebastian Thiel
2015-08-08 11:46:54 +02:00
parent ad0bde3092
commit cbfa909edf
2 changed files with 13 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "yup-oauth2"
version = "0.5.1"
version = "0.5.2"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup-oauth2"
description = "A partial oauth2 implementation, providing the 'device' authorization flow"

View File

@@ -1,5 +1,15 @@
<a name="0.5.1"></a>
## 0.5.1 (2015-08-08)
<a name="v0.5.2"></a>
## v0.5.2 (2015-08-08)
#### Bug Fixes
* **tests** assure tests actually work ([ad0bde30](https://github.com/Byron/yup-oauth2/commit/ad0bde3092499e26c819a871065f70d0d8519e0b))
<a name="v0.5.1"></a>
## v0.5.1 (2015-08-08)
* compatibility with serde 0.5.x