Skip to content

Commit

Permalink
release(mention): 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 0e0eb86 commit ba4cb88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions mention/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Changelog for `twilight-mention`.

## [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.0] - 2021-12-03

This major version bump of the Mention crate is done to match all of the
Expand Down Expand Up @@ -134,6 +149,7 @@ Initial release.

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

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

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

0 comments on commit ba4cb88

Please sign in to comment.