Skip to content

Commit

Permalink
release(command-parser): bump to 0.5.1
Browse files Browse the repository at this point in the history
Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists
in the crate ([#1042] - [@zeylahellyer]).

[#1042]: #1042

[@zeylahellyer]: https://github.com/zeylahellyer
  • Loading branch information
7596ff committed Jul 24, 2021
1 parent d3b2d2f commit 8bffdf1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions command-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Changelog for `twilight-command-parser`.

## [0.5.1] - 2021-07-23

### Changes

`#![deny(unsafe_code)]` has been added, ensuring no unsafe code exists in the
crate ([#1042] - [@zeylahellyer]).

[#1042]: https://github.com/twilight-rs/twilight/pull/1042

## [0.5.0] - 2021-06-13

This major version bump of the Command Parser crate is done to match all of the
Expand Down Expand Up @@ -126,13 +135,15 @@ Initial release.
[@nickelc]: https://github.com/nickelc
[@vilgotf]: https://github.com/vilgotf
[@vivian]: https://github.com/vivian
[@zeylahellyer]: https://github.com/zeylahellyer

[#585]: https://github.com/twilight-rs/twilight/pull/585
[#584]: https://github.com/twilight-rs/twilight/pull/584
[#575]: https://github.com/twilight-rs/twilight/pull/575
[#515]: https://github.com/twilight-rs/twilight/pull/515
[#511]: https://github.com/twilight-rs/twilight/pull/511

[0.5.1]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.5.1
[0.5.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.5.0
[0.4.2]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.4.2
[0.4.1]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.4.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.5.0"
version = "0.5.1"

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

0 comments on commit 8bffdf1

Please # to comment.