Skip to content

Commit 0a0ecc8

Browse files
Merge #93
93: release v0.8.0 r=Emilgardis a=Emilgardis - bump `aliri_braid` to 0.2, some api changes due to this - release twitch_oauth2 0.8.0 Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents b94ad9f + 91dc8b3 commit 0a0ecc8

File tree

8 files changed

+221
-231
lines changed

8 files changed

+221
-231
lines changed

CHANGELOG.md

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

55
## [Unreleased] - ReleaseDate
66

7-
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.7.1...Unreleased)
7+
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.8.0...Unreleased)
8+
9+
## [v0.8.0] - 2022-08-27
10+
11+
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.7.1...v0.8.0)
12+
13+
### Breaking
14+
15+
* Bumped `aliri_braid` to `0.2`, this change means that the `new` method on the types in `types` only take an owned string now
16+
* `AccessToken::new`, `ClientId::new`, `ClientSecret::new`, `CsrfToken::new` and `RefreshToken::new` now take a `String` instead of `impl Into<String>`
817

918
## [v0.7.1] - 2022-08-27
1019

0 commit comments

Comments
 (0)