Skip to content

Commit

Permalink
release(command-parser): bump to v0.3.0
Browse files Browse the repository at this point in the history
This major version bump of the Embed Builder crate is done to match all
of the other crates in the ecosystem receiving a major version bump.
There are no changes.

Signed-off-by: Vivian Hellyer <vivian@hellyer.dev>
  • Loading branch information
zeylahellyer committed Jan 8, 2021
1 parent 69de4d8 commit 2d9aae4
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.3.0] - 2021-01-08

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.2.3] - 2020-12-30

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

[0.3.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.3.0
[0.2.2]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.2.2
[0.2.1]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.2.1
[0.2.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-v0.2.0
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.2.3"
version = "0.3.0"

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

0 comments on commit 2d9aae4

Please # to comment.