Skip to content

Commit

Permalink
Chore: Release v0.4.0-rc-2
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Nov 23, 2023
1 parent cc53312 commit 1f616da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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

<!-- COMMITS -->
[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
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.0-rc"
version = "0.4.0-rc-2"

[dependencies]
async-trait = { optional = true, version = "0.1" }
Expand Down

0 comments on commit 1f616da

Please sign in to comment.