Skip to content

Commit 4f1c735

Browse files
committed
release twitch_oauth2 0.17.0
1 parent a54498c commit 4f1c735

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

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

55
## [Unreleased] - ReleaseDate
66

7+
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.17.0...Unreleased)
8+
9+
## [v0.17.0] - 2026-03-04
10+
711
### Breaking
812

913
- Updated `reqwest` from 0.12 to 0.13
1014
- MSRV bumped to 1.85.0
1115
- `Client` and `TwitchToken` no longer use `async_trait` but RPITIT for async functions
1216

13-
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.16.0...Unreleased)
17+
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.16.0...v0.17.0)
1418

1519
## [v0.16.0] - 2025-10-05
1620

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,12 +1,12 @@
11
[package]
22
name = "twitch_oauth2"
3-
version = "0.16.0"
3+
version = "0.17.0"
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.16.0"
9+
documentation = "https://docs.rs/twitch_oauth2/0.17.0"
1010
readme = "README.md"
1111
include = [
1212
"src/*",

README.md

Lines changed: 1 addition & 1 deletion
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.16.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.17.0/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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
//!
4848
//! ## HTTP Requests
4949
//!
50-
//! To enable client features with a supported http library, enable the http library feature in `twitch_oauth2`, like `twitch_oauth2 = { features = ["reqwest"], version = "0.16.0" }`.
50+
//! To enable client features with a supported http library, enable the http library feature in `twitch_oauth2`, like `twitch_oauth2 = { features = ["reqwest"], version = "0.17.0" }`.
5151
//! 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.
5252
//!
5353
//!

0 commit comments

Comments
 (0)