Skip to content

Commit 6b420ed

Browse files
authored
Merge pull request #156 from twitch-rs/chore/0.15.1
release twitch_oauth2 0.15.1
2 parents e3a2079 + 5661f8f commit 6b420ed

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
## [Unreleased] - ReleaseDate
66

7-
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.15.0...Unreleased)
7+
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.15.1...Unreleased)
8+
9+
## [v0.15.1] - 2025-01-12
10+
11+
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.15.0...v0.15.1)
812

913
### Added
1014

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "twitch_oauth2"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
edition = "2021"
55
repository = "https://github.com/twitch-rs/twitch_oauth2"
66
license = "MIT OR Apache-2.0"
77
description = "Oauth2 for Twitch endpoints"
88
keywords = ["oauth", "twitch", "async", "asynchronous"]
9-
documentation = "https://docs.rs/twitch_oauth2/0.15.0"
9+
documentation = "https://docs.rs/twitch_oauth2/0.15.1"
1010
readme = "README.md"
1111
include = [
1212
"src/*",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Twitch OAuth2 | OAuth2 for Twitch endpoints
22

3-
[![github]](https://github.com/twitch-rs/twitch_oauth2) [![crates-io]](https://crates.io/crates/twitch_oauth2) [![docs-rs]](https://docs.rs/twitch_oauth2/0.15.0/twitch_oauth2)
3+
[![github]](https://github.com/twitch-rs/twitch_oauth2) [![crates-io]](https://crates.io/crates/twitch_oauth2) [![docs-rs]](https://docs.rs/twitch_oauth2/0.15.1/twitch_oauth2)
44

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

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//!
4949
//! ## HTTP Requests
5050
//!
51-
//! To enable client features with a supported http library, enable the http library feature in `twitch_oauth2`, like `twitch_oauth2 = { features = ["reqwest"], version = "0.15.0" }`.
51+
//! To enable client features with a supported http library, enable the http library feature in `twitch_oauth2`, like `twitch_oauth2 = { features = ["reqwest"], version = "0.15.1" }`.
5252
//! If you're using [twitch_api](https://crates.io/crates/twitch_api), you can use its [`HelixClient`](https://docs.rs/twitch_api/latest/twitch_api/struct.HelixClient.html) instead of the underlying http client.
5353
//!
5454
//!

0 commit comments

Comments
 (0)