From 6a441ba2f90688186630f2a0b268a6c3b4ec051c Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Sun, 16 May 2021 23:19:11 +0100 Subject: [PATCH] Chore: Release v0.2.0-beta1 --- CHANGELOG.md | 9 +++++++-- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ec005..6055aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.2.0-beta.0 — 2021-05-11 — **Magpie** +## 0.2.0-beta.1 — 2021-05-11 — **Magpie** *These notes will be adjusted between 0.2.0-beta.0 and the stable release.* @@ -20,10 +20,12 @@ Thanks to the following for their contributions: ### Added +- [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.4 ([@FelixMcFelix]) [c:fc94ddb] - [deps] Deps: Bump xsalsa20poly1305 version -> 0.7 ([@FelixMcFelix]) [c:eb22443] - [input] Input: Change all Youtube-dl functions to take `AsRef` (#70) ([@clarity0]) [c:a1ba760] - [gateway] Chore: Adapt #60, #64 in line with other breaking changes. ([@FelixMcFelix]) [c:63d53b2] @@ -324,6 +326,10 @@ 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:c97f23e]: https://github.com/serenity-rs/songbird/commit/c97f23ee2707c8290cdc07a9553ea4a899336c37 +[c:b925309]: https://github.com/serenity-rs/songbird/commit/b9253097785a0b37fc104e879c05125fe6e88afb +[c:b3caf05]: https://github.com/serenity-rs/songbird/commit/b3caf05fd67d0b1e1a3c3275e7c14d853e81772e +[c:fc94ddb]: https://github.com/serenity-rs/songbird/commit/fc94ddba9135ea1d3b50d929dd50ce09870b4cc1 [c:d303e0a]: https://github.com/serenity-rs/songbird/commit/d303e0a3be9aa4f9ac782add06abb8cdc9c86fc3 [c:eb22443]: https://github.com/serenity-rs/songbird/commit/eb2244327f1171dd6941f9ee977edae2ec3b2a5a [c:a1ba760]: https://github.com/serenity-rs/songbird/commit/a1ba760b6c773e37277da44e73e784dbb624003d @@ -336,7 +342,6 @@ We'd also like to thank all users who have contributed to this module in the pas [c:cd2ade9]: https://github.com/serenity-rs/songbird/commit/cd2ade96a3331d7beece8ef489372d7077b9fe03 [c:21b8383]: https://github.com/serenity-rs/songbird/commit/21b8383ceee9cd2568b18fd171fbfa66a9e21af9 [c:95dd19e]: https://github.com/serenity-rs/songbird/commit/95dd19e15f4992271539d6f6157b7c366863ad22 ->>>>>>> 5eb6030 (Release v0.2.0-beta0) [c:22214a0]: https://github.com/serenity-rs/songbird/commit/22214a0f891946f42f7c23d7de3a1f380791e51d [c:a88b185]: https://github.com/serenity-rs/songbird/commit/a88b18567619e62c073560b5acd18aa4f1c30199 [c:24d8da6]: https://github.com/serenity-rs/songbird/commit/24d8da69c0a38dc9ea9f679e1d40ffd3bc27f5b7 diff --git a/Cargo.toml b/Cargo.toml index 2f0b3f4..e8fe7f4 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.1.8" +version = "0.2.0-beta.1" [dependencies] serde = { version = "1", features = ["derive"] }