From 1f616daee6af84583a3b428e6a2af8389893a498 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Thu, 23 Nov 2023 12:21:24 +0000 Subject: [PATCH] Chore: Release v0.4.0-rc-2 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ae02a..1d4fb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -114,6 +114,7 @@ Thanks to the following for their contributions: ### Fixed +- [deps] Re-disable default Serenity features ([@FelixMcFelix]) [c:cc53312] - [gateway] Fix compiling with latest serenity (#199) ([@GnomedDev]) [c:509743f] - [driver] Driver: Correct buffer instantiation for Rubato ([@FelixMcFelix]) [c:935171d] - [tests] Chore: Update test URL for playlist. ([@FelixMcFelix]) [c:c55a313] @@ -640,6 +641,7 @@ We'd also like to thank all users who have contributed to this module in the pas [@wlcx]: https://github.com/wlcx +[c:cc53312]: https://github.com/serenity-rs/songbird/commit/cc5331256945c14137e2b7d7a17e6e39bd9581fe [c:3daf11f]: https://github.com/serenity-rs/songbird/commit/3daf11f5d128eb57eea1d7dea0419c638d3912d6 [c:5bc8430]: https://github.com/serenity-rs/songbird/commit/5bc843047f7d15ee1ee9e110fc203d64f657a126 [c:c60c454]: https://github.com/serenity-rs/songbird/commit/c60c454cf529f2ba63381f4a56a830828b67eed4 diff --git a/Cargo.toml b/Cargo.toml index 33cc580..8f40329 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "songbird" readme = "README.md" repository = "https://github.com/serenity-rs/songbird.git" rust-version = "1.74" -version = "0.4.0-rc" +version = "0.4.0-rc-2" [dependencies] async-trait = { optional = true, version = "0.1" }