Skip to content

Commit

Permalink
release(http-ratelimiting): bump to 0.9.0
Browse files Browse the repository at this point in the history
Additions

Add `Path` variants for scheduled events ([#1347] - [@7596ff]).

Changes

`Method::into_http` has been renamed to `to_http` ([#1398] -
[@vilgotf]).

`Path` variants that contained a `Box<str>` now contain a `String`
([#1398] - [@vilgotf]).

`Present::into_bucket` now returns a `String` ([#1398] - [@vilgotf]).

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

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

[#1347]: #1347
[#1398]: #1398
[#1402]: #1402
[#1412]: #1412

[@7596ff]: https://github.com/7596ff
[@vilgotf]: https://github.com/vilgotf
[@zeylahellyer]: https://github.com/zeylahellyer
  • Loading branch information
7596ff committed Jan 22, 2022
1 parent 16b05f0 commit 6f6054c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions http-ratelimiting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

Changelog for `twilight-http-ratelimiting`.

## [0.9.0] - 2022-01-22

### Additions

Add `Path` variants for scheduled events ([#1347] - [@7596ff]).

### Changes

`Method::into_http` has been renamed to `to_http` ([#1398] - [@vilgotf]).

`Path` variants that contained a `Box<str>` now contain a `String` ([#1398] -
[@vilgotf]).

`Present::into_bucket` now returns a `String` ([#1398] - [@vilgotf]).

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

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

[#1347]: https://github.com/twilight-rs/twilight/pull/1347
[#1398]: https://github.com/twilight-rs/twilight/pull/1398
[#1402]: https://github.com/twilight-rs/twilight/pull/1402
[#1412]: https://github.com/twilight-rs/twilight/pull/1412

## [0.8.4] - 2022-01-21

### Changes
Expand Down Expand Up @@ -59,11 +83,13 @@ For webhooks, the token is now a major parameter ([#1263] -
[#1205]: https://github.com/twilight-rs/twilight/pull/1205
[#1263]: https://github.com/twilight-rs/twilight/pull/1263

[@7596ff]: https://github.com/7596ff
[@Gelbpunkt]: https://github.com/Gelbpunkt
[@HTG-YT]: https://github.com/HTG-YT
[@vilgotf]: https://github.com/vilgotf
[@zeylahellyer]: https://github.com/zeylahellyer

[0.9.0]: https://github.com/twilight-rs/twilight/releases/tag/http-ratelimiting-0.9.0
[0.8.4]: https://github.com/twilight-rs/twilight/releases/tag/http-ratelimiting-0.8.4
[0.8.3]: https://github.com/twilight-rs/twilight/releases/tag/http-ratelimiting-0.8.3
[0.8.2]: https://github.com/twilight-rs/twilight/releases/tag/http-ratelimiting-0.8.2
Expand Down
2 changes: 1 addition & 1 deletion http-ratelimiting/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.4"
version = "0.9.0"

[dependencies]
futures-util = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 6f6054c

Please sign in to comment.