diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfe368e7..84159e0c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [v0.4.3] — 2024-07-17 + +This patch release fixes features in dependencies and reverts a breaking tokio-tungstenite update. + +Thanks to the following for their contributions: + +- [@FelixMcFelix] +- [@Erk-] + + +### Fixed + +- Revert bbc9e03, update tracing-subscriber in examples ([@FelixMcFelix]) [c:6a93356] +- Fix(dependecies): don't use default features for stream_lib ([@Erk-]) [c:2dc812b] + + +[v0.4.3]: https://github.com/serenity-rs/songbird/compare/v0.4.2...v0.4.3 + + + + +[c:6a93356]: https://github.com/serenity-rs/songbird/commit/6a9335628c50114760666c242203d56f7c3b1dac +[c:2dc812b]: https://github.com/serenity-rs/songbird/commit/2dc812bd6aefa27e89c09c064c379fcd0fbc1ff1 + + + ## [v0.4.2] — 2024-07-08 This patch release adds in support for HLS and M3U8 stream playback, in addition to several bugfixes. @@ -643,6 +669,8 @@ We'd also like to thank all users who have contributed to this module in the pas - [driver] Handle Voice close codes, prevent Songbird spinning WS threads (#1068) ([@FelixMcFelix]) [c:26c9c91] +[v0.4.3]: https://github.com/serenity-rs/songbird/compare/v0.4.2...v0.4.3 +[v0.4.2]: https://github.com/serenity-rs/songbird/compare/v0.4.1...v0.4.2 [v0.4.1]: https://github.com/serenity-rs/songbird/compare/v0.4.0...v0.4.1 [v0.4.0]: https://github.com/serenity-rs/songbird/compare/v0.3.2...v0.4.0 [v0.3.2]: https://github.com/serenity-rs/songbird/compare/v0.3.1...v0.3.2 diff --git a/Cargo.toml b/Cargo.toml index 1004d51fd..e59a0b1f2 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.2" +version = "0.4.3" [dependencies] async-trait = { optional = true, version = "0.1" }