Skip to content

Commit

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

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

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

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

[#1260]: #1260
[#1402]: #1402
[#1412]: #1412

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

Changelog for `twilight-util`.

## [0.9.0] - 2022-01-22

### Changes

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

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
[#1402]: https://github.com/twilight-rs/twilight/pull/1402
[#1412]: https://github.com/twilight-rs/twilight/pull/1412

## [0.8.2] - 2022-01-08

### Changes
Expand Down Expand Up @@ -169,6 +184,7 @@ Initial release.
[@vivian]: https://github.com/vivian
[@zeylahellyer]: https://github.com/zeylahellyer

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

[dependencies]
twilight-model = { default-features = false, optional = true, path = "../model" }
Expand Down

0 comments on commit f37977b

Please sign in to comment.