Skip to content

Commit

Permalink
release(command-parser): bump to 0.8.0
Browse files Browse the repository at this point in the history
This major version bump of the Command Parser crate is done to match all
of the other crates in the ecosystem receiving a major version bump.
There are no changes.
  • Loading branch information
7596ff committed Dec 3, 2021
1 parent 78f9b4c commit 5dc2489
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 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.8.0] - 2021-12-03

This major version bump of the Command Parser crate is done to match all
of the other crates in the ecosystem receiving a major version bump.
There are no changes.

## [0.7.0] - 2021-10-21

### Changes
Expand Down Expand Up @@ -158,6 +164,7 @@ Initial release.
[#515]: https://github.com/twilight-rs/twilight/pull/515
[#511]: https://github.com/twilight-rs/twilight/pull/511

[0.8.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.8.0
[0.7.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.7.0
[0.6.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.6.0
[0.5.1]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.5.1
Expand Down
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.7.0"
version = "0.8.0"

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

0 comments on commit 5dc2489

Please # to comment.