From ebc65e03bf1061cda6b01d8a5837d614e5f2f8a6 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 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..315c1a9 --- /dev/null +++ b/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/Cargo.toml b/Cargo.toml index ce06cff..fbb5dd5 100644 --- a/Cargo.toml +++ b/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" }