From 2c26ee23d1da7252b2e58b9d845380e32bb05931 Mon Sep 17 00:00:00 2001 From: Vivian Hellyer Date: Wed, 7 Oct 2020 16:14:45 -0400 Subject: [PATCH] command-parser: bump to v0.1.2 Fixes - Fix typos in links ([#515] - [@nickelc]) [@nickelc]: https://github.com/nickelc [#515]: https://github.com/twilight-rs/twilight/pull/515 Signed-off-by: Vivian Hellyer --- command-parser/CHANGELOG.md | 9 +++++++++ command-parser/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/command-parser/CHANGELOG.md b/command-parser/CHANGELOG.md index d3f5de7f2fc..19bd396693d 100644 --- a/command-parser/CHANGELOG.md +++ b/command-parser/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog for `twilight-command-parser`. +## [0.1.2] - 2020-10-07 + +### Fixes + +- Fix typos in links ([#515] - [@nickelc]) + ## [0.1.1] - 2020-09-17 ### Fixes @@ -13,8 +19,11 @@ Changelog for `twilight-command-parser`. Initial release. [@Erk-]: https://github.com/Erk- +[@nickelc]: https://github.com/nickelc +[#515]: https://github.com/twilight-rs/twilight/pull/515 [#511]: https://github.com/twilight-rs/twilight/pull/511 +[0.1.2]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.1.2 [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 fbb5dd56eb8..0fde2bec591 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.1" +version = "0.1.2" [dependencies] unicase = { default-features = false, version = "2" }