Skip to content

Commit 20d4a8a

Browse files
authored
Merge pull request #178 from twitch-rs/deps/update-breaking-and-release
Update `rand` and `thiserror` and release v0.17.0
2 parents d9a34b2 + 4f1c735 commit 20d4a8a

File tree

8 files changed

+267
-45
lines changed

8 files changed

+267
-45
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
- uses: Swatinem/rust-cache@v2
8383
- name: Run clippy
8484
run: cargo clippy --locked
85+
- name: Run clippy --features client,mock_api
86+
run: cargo clippy --locked --features client,mock_api
8587
- name: Run clippy --all-targets --all-features --workspace
8688
run: cargo clippy --locked --all-targets --all-features --workspace
8789
docs:

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

0 commit comments

Comments
 (0)