Chore: Release v0.4.3

This commit is contained in:
Kyle Simpson
2024-07-17 11:35:19 +01:00
parent 6a9335628c
commit 2b76eb9923
2 changed files with 29 additions and 1 deletions

View File

@@ -1,5 +1,31 @@
# Changelog # 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]
<!-- COMPARISONS -->
[v0.4.3]: https://github.com/serenity-rs/songbird/compare/v0.4.2...v0.4.3
<!-- AUTHORS -->
<!-- COMMITS -->
[c:6a93356]: https://github.com/serenity-rs/songbird/commit/6a9335628c50114760666c242203d56f7c3b1dac
[c:2dc812b]: https://github.com/serenity-rs/songbird/commit/2dc812bd6aefa27e89c09c064c379fcd0fbc1ff1
<!-- generated by git-cliff -->
## [v0.4.2] — 2024-07-08 ## [v0.4.2] — 2024-07-08
This patch release adds in support for HLS and M3U8 stream playback, in addition to several bugfixes. 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] - [driver] Handle Voice close codes, prevent Songbird spinning WS threads (#1068) ([@FelixMcFelix]) [c:26c9c91]
<!-- COMPARISONS --> <!-- COMPARISONS -->
[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.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.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 [v0.3.2]: https://github.com/serenity-rs/songbird/compare/v0.3.1...v0.3.2

View File

@@ -11,7 +11,7 @@ name = "songbird"
readme = "README.md" readme = "README.md"
repository = "https://github.com/serenity-rs/songbird.git" repository = "https://github.com/serenity-rs/songbird.git"
rust-version = "1.74" rust-version = "1.74"
version = "0.4.2" version = "0.4.3"
[dependencies] [dependencies]
async-trait = { optional = true, version = "0.1" } async-trait = { optional = true, version = "0.1" }