diff --git a/mention/CHANGELOG.md b/mention/CHANGELOG.md index fa208a20b64..3efd7e93f45 100644 --- a/mention/CHANGELOG.md +++ b/mention/CHANGELOG.md @@ -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` 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 @@ -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 diff --git a/mention/Cargo.toml b/mention/Cargo.toml index 382d3a780ed..12ad64c1a64 100644 --- a/mention/Cargo.toml +++ b/mention/Cargo.toml @@ -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" }