diff --git a/command-parser/CHANGELOG.md b/command-parser/CHANGELOG.md index 8e103b04227..2e284610213 100644 --- a/command-parser/CHANGELOG.md +++ b/command-parser/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog for `twilight-command-parser`. +## [0.3.0] - 2021-01-08 + +This major version bump of the Command Parser crate is done to match all of the +other crates in the ecosystem receiving a major version bump. There are no +changes. + ## [0.2.3] - 2020-12-30 ### Enhancements @@ -67,6 +73,7 @@ Initial release. [#515]: https://github.com/twilight-rs/twilight/pull/515 [#511]: https://github.com/twilight-rs/twilight/pull/511 +[0.3.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.3.0 [0.2.2]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.2.2 [0.2.1]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.2.1 [0.2.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.2.0 diff --git a/command-parser/Cargo.toml b/command-parser/Cargo.toml index 363dd7f0b95..484528d2ee7 100644 --- a/command-parser/Cargo.toml +++ b/command-parser/Cargo.toml @@ -12,7 +12,7 @@ name = "twilight-command-parser" publish = false readme = "README.md" repository = "https://github.com/twilight-rs/twilight.git" -version = "0.2.3" +version = "0.3.0" [dependencies] unicase = { default-features = false, version = "2" }