Skip to content

Commit

Permalink
Chore: Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Jul 17, 2024
1 parent 6a93356 commit 2b76eb9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

<!-- 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

This patch release adds in support for HLS and M3U8 stream playback, in addition to several bugfixes.
Expand Down Expand Up @@ -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]

<!-- 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.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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 2b76eb9

Please sign in to comment.