mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
chore(versionup): v0.5.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "yup-oauth2"
|
||||
version = "0.4.5"
|
||||
version = "0.5.0"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
repository = "https://github.com/Byron/yup-oauth2"
|
||||
description = "A partial oauth2 implementation, providing the 'device' authorization flow"
|
||||
|
||||
18
changelog.md
18
changelog.md
@@ -1,3 +1,21 @@
|
||||
<a name="v0.5.0"></a>
|
||||
## 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))
|
||||
|
||||
|
||||
|
||||
<a name="v0.4.5"></a>
|
||||
## v0.4.5 (2015-05-11)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user