From 386fdc394a8b4be1c5f8c7d68812ddea1f834d9b Mon Sep 17 00:00:00 2001 From: Vivian Hellyer Date: Thu, 17 Sep 2020 16:55:52 -0400 Subject: [PATCH] command-parser: bump to v0.1.1 Changelog: Fixes - Fix benchmark compilation ([#511] - [@Erk-]) [@Erk-]: https://github.com/Erk- [#511]: https://github.com/twilight-rs/twilight/pull/511 Signed-off-by: Vivian Hellyer --- command-parser/CHANGELOG.md | 20 ++++++++++++++++++++ command-parser/Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 command-parser/CHANGELOG.md diff --git a/command-parser/CHANGELOG.md b/command-parser/CHANGELOG.md new file mode 100644 index 00000000000..315c1a94f99 --- /dev/null +++ b/command-parser/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +Changelog for `twilight-command-parser`. + +## [0.1.1] - 2020-09-14 + +### Fixes + +- Fix benchmark compilation ([#511] - [@Erk-]) + +## [0.1.0] - 2020-09-13 + +Initial release. + +[@Erk-]: https://github.com/Erk- + +[#511]: https://github.com/twilight-rs/twilight/pull/511 + +[0.1.1]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.1.1 +[0.1.0]: https://github.com/twilight-rs/twilight/releases/tag/v0.1.0 diff --git a/command-parser/Cargo.toml b/command-parser/Cargo.toml index ce06cffaebf..fbb5dd56eb8 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.1.0" +version = "0.1.1" [dependencies] unicase = { default-features = false, version = "2" }