Skip to content

Commit e9e841d

Browse files
committed
release twitch_oauth2 0.6.1
1 parent 250fccb commit e9e841d

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
## [Unreleased] - ReleaseDate
66

7-
[Commits](https://github.com/Emilgardis/twitch_oauth2/compare/v0.6.0...Unreleased)
7+
[Commits](https://github.com/Emilgardis/twitch_oauth2/compare/v0.6.1...Unreleased)
8+
9+
## [v0.6.1] - 2021-11-23
10+
11+
[Commits](https://github.com/Emilgardis/twitch_oauth2/compare/v0.6.0...v0.6.1)
812

913
### Added
1014

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "twitch_oauth2"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Emil Gardström <emil.gardstrom@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/Emilgardis/twitch_oauth2"
77
license = "MIT OR Apache-2.0"
88
description = "Oauth2 for Twitch endpoints"
99
keywords = ["oauth", "twitch", "async", "asynchronous"]
10-
documentation = "https://docs.rs/twitch_oauth2/0.6.0"
10+
documentation = "https://docs.rs/twitch_oauth2/0.6.1"
1111
readme = "README.md"
1212
resolver = "2"
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Twitch OAuth2 | OAuth2 for Twitch endpoints
22
============================================
33

4-
[![github]](https://github.com/emilgardis/twitch_oauth2)&ensp;[![crates-io]](https://crates.io/crates/twitch_oauth2)&ensp;[![docs-rs]](https://docs.rs/twitch_oauth2/0.6.0/twitch_oauth2)
4+
[![github]](https://github.com/emilgardis/twitch_oauth2)&ensp;[![crates-io]](https://crates.io/crates/twitch_oauth2)&ensp;[![docs-rs]](https://docs.rs/twitch_oauth2/0.6.1/twitch_oauth2)
55

66
[github]: https://img.shields.io/badge/github-emilgardis/twitch__oauth2-8da0cb?style=for-the-badge&labelColor=555555&logo=github"
77
[crates-io]: https://img.shields.io/crates/v/twitch_oauth2.svg?style=for-the-badge&color=fc8d62&logo=rust"

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#![deny(missing_docs, broken_intra_doc_links)] // This will be weird until 1.52, see https://github.com/rust-lang/rust/pull/80527
33
#![cfg_attr(nightly, deny(rustdoc::broken_intra_doc_links))]
44
#![cfg_attr(nightly, feature(doc_cfg))]
5-
#![doc(html_root_url = "https://docs.rs/twitch_oauth2/0.6.0")]
6-
//! [![github]](https://github.com/emilgardis/twitch_oauth2)&ensp;[![crates-io]](https://crates.io/crates/twitch_oauth2)&ensp;[![docs-rs]](https://docs.rs/twitch_oauth2/0.6.0/twitch_oauth2)
5+
#![doc(html_root_url = "https://docs.rs/twitch_oauth2/0.6.1")]
6+
//! [![github]](https://github.com/emilgardis/twitch_oauth2)&ensp;[![crates-io]](https://crates.io/crates/twitch_oauth2)&ensp;[![docs-rs]](https://docs.rs/twitch_oauth2/0.6.1/twitch_oauth2)
77
//!
88
//! [github]: https://img.shields.io/badge/github-emilgardis/twitch__oauth2-8da0cb?style=for-the-badge&labelColor=555555&logo=github"
99
//! [crates-io]: https://img.shields.io/crates/v/twitch_oauth2.svg?style=for-the-badge&color=fc8d62&logo=rust"

0 commit comments

Comments
 (0)