Skip to content

Commit

Permalink
release(lavalink): bump to 0.9.0
Browse files Browse the repository at this point in the history
All types and method signatures have been updated to use the new `Id<T>`
syntax ([#1260] - [@zeylahellyer]).

Support lavalink 3.4 ([#1292] - [@james7132]). `PlayerUpdateState` now
contains a `connected` field, and its `position` field is now
`Option`al.

The `rustls` feature has been removed ([#1314] - [@Gelbpunkt]). Users
must manually select one of `rustls-native-roots` or
`rustls-webpki-roots`.

The MSRV has been updated to 1.57 ([#1402] - [@zeylahellyer]).

The Rust edition has been updated to 2021 ([#1412] - [@vilgotf]).

[#1260]: #1260
[#1292]: #1292
[#1314]: #1314
[#1402]: #1402
[#1412]: #1412

[@Gelbpunkt]: https://github.com/Gelbpunkt
[@james7132]: https://github.com/james7132
[@vilgotf]: https://github.com/vilgotf
[@zeylahellyer]: https://github.com/zeylahellyer
  • Loading branch information
7596ff committed Jan 23, 2022
1 parent 2252e3e commit 0e0eb86
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions lavalink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

Changelog for `twilight-lavalink`.

## [0.9.0] - 2022-01-22

### Changes

All types and method signatures have been updated to use the new `Id<T>` syntax
([#1260] - [@zeylahellyer]).

Support lavalink 3.4 ([#1292] - [@james7132]). `PlayerUpdateState` now contains
a `connected` field, and its `position` field is now `Option`al.

The `rustls` feature has been removed ([#1314] - [@Gelbpunkt]). Users must
manually select one of `rustls-native-roots` or `rustls-webpki-roots`.

The MSRV has been updated to 1.57 ([#1402] - [@zeylahellyer]).

The Rust edition has been updated to 2021 ([#1412] - [@vilgotf]).

[#1260]: https://github.com/twilight-rs/twilight/pull/1260
[#1292]: https://github.com/twilight-rs/twilight/pull/1292
[#1314]: https://github.com/twilight-rs/twilight/pull/1314
[#1402]: https://github.com/twilight-rs/twilight/pull/1402
[#1412]: https://github.com/twilight-rs/twilight/pull/1412

## [0.8.3] - 2022-01-11

### Fixes
Expand Down Expand Up @@ -292,6 +315,7 @@ Initial release.
[#548]: https://github.com/twilight-rs/twilight/pull/548
[#518]: https://github.com/twilight-rs/twilight/pull/518

[0.9.0]: https://github.com/twilight-rs/twilight/releases/tag/lavalink-0.9.0
[0.8.3]: https://github.com/twilight-rs/twilight/releases/tag/lavalink-0.8.3
[0.8.2]: https://github.com/twilight-rs/twilight/releases/tag/lavalink-0.8.2
[0.8.1]: https://github.com/twilight-rs/twilight/releases/tag/lavalink-0.8.1
Expand Down
2 changes: 1 addition & 1 deletion lavalink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
readme = "README.md"
rust-version = "1.57"
repository = "https://github.com/twilight-rs/twilight.git"
version = "0.8.3"
version = "0.9.0"

[dependencies]
dashmap = { default-features = false, version = "4" }
Expand Down

0 comments on commit 0e0eb86

Please sign in to comment.