diff --git a/Cargo.toml b/Cargo.toml index 29dd887..636bb16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.4.5" +version = "0.5.0" 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 9b059cb..83a0d74 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,21 @@ + +## v0.5.0 (2015-06-18) + +This release essentially make yup-oauth2 work on rustc *stable*. + +#### Features + +* **syntex** basic infrastructure ([9b2f9e77](https://github.com/Byron/yup-oauth2/commit/9b2f9e77be8189e6cc9ef196f49e764011ca9519)) + +#### Bug Fixes + +* **lib** + * remove macro usage to work on stable ([6a5915d7](https://github.com/Byron/yup-oauth2/commit/6a5915d7d64820ecaf6aed30c92f2f7fbe28d72f)) + * setup nightly crate meta data correctly ([a260b138](https://github.com/Byron/yup-oauth2/commit/a260b13868aaf667ef5379e4223ec0c94b78e26b)) +* **syntex** cleanup, build works on stable ([0901497d](https://github.com/Byron/yup-oauth2/commit/0901497d8984ac5cd02aa1a0c21d463dce9a1edf)) + + + ## v0.4.5 (2015-05-11)