Skip to content

Commit 832f947

Browse files
committed
release twitch_api 0.7.0-alpha.1
1 parent 782e4c5 commit 832f947

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "twitch_api"
3-
version = "0.6.1"
3+
version = "0.7.0-alpha.1"
44
authors = ["Emil Gardström <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/twitch-rs/twitch_api"
77
license = "MIT OR Apache-2.0"
88
description = "Library for talking with the new Twitch API aka. \"Helix\", TMI and more!"
99
keywords = ["oauth", "twitch", "async", "asynchronous", "api"]
10-
documentation = "https://docs.rs/twitch_api/0.6.1"
10+
documentation = "https://docs.rs/twitch_api/0.7.0-alpha.1"
1111
readme = "README.md"
1212
resolver = "2"
1313
include = [
@@ -27,7 +27,7 @@ members = ["xtask", "examples/*"]
2727
exclude = ["twitch_types", "twitch_oauth2"]
2828

2929
[workspace.dependencies]
30-
twitch_api = { version = "0.6.1", path = "." }
30+
twitch_api = { version = "0.7.0-alpha.1", path = "." }
3131
twitch_oauth2 = { version = "0.9.0", path = "twitch_oauth2/" }
3232

3333
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Twitch API | Rust library for talking with the new Twitch API aka. "Helix", TMI and more!
22

3-
[![github]](https://github.com/twitch-rs/twitch_api)&ensp;[![crates-io]](https://crates.io/crates/twitch_api)&ensp;[![docs-rs-big]](https://docs.rs/twitch_api/0.6.1/twitch_api/)
3+
[![github]](https://github.com/twitch-rs/twitch_api)&ensp;[![crates-io]](https://crates.io/crates/twitch_api)&ensp;[![docs-rs-big]](https://docs.rs/twitch_api/0.7.0-alpha.1/twitch_api/)
44

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

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#![deny(missing_docs, rustdoc::broken_intra_doc_links)]
22
#![cfg_attr(nightly, feature(doc_cfg))]
33
#![cfg_attr(nightly, feature(doc_auto_cfg))]
4-
#![doc(html_root_url = "https://docs.rs/twitch_api/0.6.1")]
5-
//! [![github]](https://github.com/twitch-rs/twitch_api)&ensp;[![crates-io]](https://crates.io/crates/twitch_api)&ensp;[![docs-rs-big]](https://docs.rs/twitch_api/0.6.1/twitch_api)
4+
#![doc(html_root_url = "https://docs.rs/twitch_api/0.7.0-alpha.1")]
5+
//! [![github]](https://github.com/twitch-rs/twitch_api)&ensp;[![crates-io]](https://crates.io/crates/twitch_api)&ensp;[![docs-rs-big]](https://docs.rs/twitch_api/0.7.0-alpha.1/twitch_api)
66
//!
77
//! [github]: https://img.shields.io/badge/github-twitch--rs/twitch__api-8da0cb?style=for-the-badge&labelColor=555555&logo=github"
88
//! [crates-io]: https://img.shields.io/crates/v/twitch_api.svg?style=for-the-badge&color=fc8d62&logo=rust"

0 commit comments

Comments
 (0)