Skip to content

Commit

Permalink
release twitch_oauth2 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Dec 19, 2022
1 parent 9dc99dc commit 7f3c20d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

## [Unreleased] - ReleaseDate

[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.9.2...Unreleased)
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.10.0...Unreleased)

## [v0.10.0] - 2022-12-19

[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.9.2...v0.10.0)

### Breaking

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "twitch_oauth2"
version = "0.9.2"
version = "0.10.0"
edition = "2021"
repository = "https://github.com/twitch-rs/twitch_oauth2"
license = "MIT OR Apache-2.0"
description = "Oauth2 for Twitch endpoints"
keywords = ["oauth", "twitch", "async", "asynchronous"]
documentation = "https://docs.rs/twitch_oauth2/0.9.2"
documentation = "https://docs.rs/twitch_oauth2/0.10.0"
readme = "README.md"
include = [
"src/*",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Twitch OAuth2 | OAuth2 for Twitch endpoints
============================================

[![github]](https://github.com/twitch-rs/twitch_oauth2) [![crates-io]](https://crates.io/crates/twitch_oauth2) [![docs-rs]](https://docs.rs/twitch_oauth2/0.9.2/twitch_oauth2)
[![github]](https://github.com/twitch-rs/twitch_oauth2) [![crates-io]](https://crates.io/crates/twitch_oauth2) [![docs-rs]](https://docs.rs/twitch_oauth2/0.10.0/twitch_oauth2)

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

0 comments on commit 7f3c20d

Please sign in to comment.