Skip to content

Commit

Permalink
release(gateway-queue): bump to 0.9.0
Browse files Browse the repository at this point in the history
Changes

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]).

[#1314]: #1314
[#1402]: #1402
[#1412]: #1412

[@Gelbpunkt]: https://github.com/Gelbpunkt
[@vilgotf]: https://github.com/vilgotf
[@zeylahellyer]: https://github.com/zeylahellyer
  • Loading branch information
7596ff committed Jan 22, 2022
1 parent 9d89d52 commit 4ee3306
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions gateway-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Changelog for `twilight-gateway-queue`.

## [0.9.0] - 2022-01-22

### Changes

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]).

[#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.1] - 2022-01-21

### Changes
Expand Down Expand Up @@ -102,6 +117,7 @@ Initial release.

[#595]: https://github.com/twilight-rs/twilight/pull/595

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

[dependencies]
tokio = { default-features = false, features = ["rt", "sync", "time"], version = "1.0" }
Expand Down

0 comments on commit 4ee3306

Please sign in to comment.