From 8381f8c4619b59df1f64d7be9b9fb5a7b128d026 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Mon, 14 Jun 2021 23:35:35 +0100 Subject: [PATCH] Chore: Release v0.2.0-beta.3 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1bb56..35fd700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.2.0-beta.2 — 2021-05-11 — **Magpie** +## 0.2.0-beta.3 — 2021-06-14 — **Magpie** *These notes will be adjusted between 0.2.0-beta.0 and the stable release.* @@ -28,12 +28,14 @@ Thanks to the following for their contributions: ### Added +- [input] Input: Add separate YouTube title and channel to Metadata (#75) ([@vilgotf]) [c:edcd39a] - [input] Input: Implement StdError for DcaError, input::Error (#73) ([@vilgotf]) [c:e1fc041] - [gateway] Gateway: Add debug logging around shard handling ([@FelixMcFelix]) [c:b3caf05] - [gateway] Gateway: Add connection timeout, add `Config` to gateway. (#51) ([@FelixMcFelix]) [c:d303e0a] ### Changed +- [deps] Deps: Bump twilight versions -> 0.5 (#79) ([@vilgotf]) [c:d2bb277] - [input] Input, Driver: Make error messages more idiomatic (#74) ([@vilgotf]) [c:a96f033] - [docs] Chore: Rewrite update pathway. ([@FelixMcFelix]) [c:8000da6] - [deps] Deps: Bump DiscoRTP version -> 0.4 ([@FelixMcFelix]) [c:7fc971a] @@ -49,6 +51,7 @@ Thanks to the following for their contributions: ### Fixed +- [lint] Chore: Clippy fixes for new lints ([@FelixMcFelix]) [c:a1c4f07] - [fmt] Chore: Repair formatting. ([@FelixMcFelix]) [c:cd2ade9] - [fmt] Chore: Fix clippy warnings (useless clones). ([@FelixMcFelix]) [c:21b8383] - [gateway] Gateway: Fix repeat joins on same channel from stalling (#47) ([@FelixMcFelix]) [c:95dd19e] @@ -338,6 +341,9 @@ We'd also like to thank all users who have contributed to this module in the pas [c:e58cadb]: https://github.com/serenity-rs/songbird/commit/e58cadb2a436804fd7af056878fe429770d060d4 [c:c97f23e]: https://github.com/serenity-rs/songbird/commit/c97f23ee2707c8290cdc07a9553ea4a899336c37 [c:b925309]: https://github.com/serenity-rs/songbird/commit/b9253097785a0b37fc104e879c05125fe6e88afb +[c:edcd39a]: https://github.com/serenity-rs/songbird/commit/edcd39a02dbbcb5bd17303d8a6ea6e5c6031d665 +[c:d2bb277]: https://github.com/serenity-rs/songbird/commit/d2bb277232e576a1aa27ac1897f4df1aed2791a1 +[c:a1c4f07]: https://github.com/serenity-rs/songbird/commit/a1c4f07211226cb425e3c41fdc10cc3a061e9b54 [c:c97f23e]: https://github.com/serenity-rs/songbird/commit/c97f23ee2707c8290cdc07a9553ea4a899336c37 [c:b925309]: https://github.com/serenity-rs/songbird/commit/b9253097785a0b37fc104e879c05125fe6e88afb [c:e1fc041]: https://github.com/serenity-rs/songbird/commit/e1fc0415b87faca9a405dc4b61e8432733bfeab3 diff --git a/Cargo.toml b/Cargo.toml index cf47ec2..25548da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "ISC" name = "songbird" readme = "README.md" repository = "https://github.com/serenity-rs/songbird.git" -version = "0.2.0-beta.2" +version = "0.2.0-beta.3" [dependencies] serde = { version = "1", features = ["derive"] }