Skip to content

Commit

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

Fixes

- Fix benchmark compilation ([#511] - [@Erk-])

[@Erk-]: https://github.com/Erk-
[#511]: #511

Signed-off-by: Vivian Hellyer <vivian@hellyer.dev>
  • Loading branch information
zeylahellyer committed Sep 17, 2020
1 parent aa321ab commit 386fdc3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions command-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0"
version = "0.1.1"

[dependencies]
unicase = { default-features = false, version = "2" }
Expand Down

0 comments on commit 386fdc3

Please # to comment.