From 5dc2489c558413ca3be8a11dd9eff283fc19672e Mon Sep 17 00:00:00 2001 From: Cassandra McCarthy Date: Fri, 3 Dec 2021 14:42:23 -0500 Subject: [PATCH] release(command-parser): bump to 0.8.0 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. --- command-parser/CHANGELOG.md | 7 +++++++ command-parser/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/command-parser/CHANGELOG.md b/command-parser/CHANGELOG.md index b29c6f2e7bb..6ec01ee5d77 100644 --- a/command-parser/CHANGELOG.md +++ b/command-parser/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog for `twilight-command-parser`. +## [0.8.0] - 2021-12-03 + +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.7.0] - 2021-10-21 ### Changes @@ -158,6 +164,7 @@ Initial release. [#515]: https://github.com/twilight-rs/twilight/pull/515 [#511]: https://github.com/twilight-rs/twilight/pull/511 +[0.8.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.8.0 [0.7.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.7.0 [0.6.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.6.0 [0.5.1]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.5.1 diff --git a/command-parser/Cargo.toml b/command-parser/Cargo.toml index 4ebe9a60981..799f3ba5178 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.7.0" +version = "0.8.0" [dependencies] unicase = { default-features = false, version = "2" }