Skip to content

Commit

Permalink
command-parser: bump to v0.1.2
Browse files Browse the repository at this point in the history
Fixes

- Fix typos in links ([#515] - [@nickelc])

[@nickelc]: https://github.com/nickelc
[#515]: #515

Signed-off-by: Vivian Hellyer <vivian@hellyer.dev>
  • Loading branch information
zeylahellyer committed Oct 7, 2020
1 parent 3c782ca commit 2c26ee2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions command-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion command-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 2c26ee2

Please # to comment.