Skip to content

Commit

Permalink
release(command-parser): bump to v0.4.1
Browse files Browse the repository at this point in the history
Enhancements

The following functions are now `const`:

- `Arguments::as_str`
- `CaseSensitivity::is_sensitive`
- `CommandParserConfig::new`
- `Parser::config`

([#824] - [@vivian]).

[@vivian]: https://github.com/vivian
[#824]: #824

Signed-off-by: Vivian Hellyer <vivian@hellyer.dev>
  • Loading branch information
zeylahellyer committed May 30, 2021
1 parent fd0cc9f commit e6ff6e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions command-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Changelog for `twilight-command-parser`.

## [0.4.1] - 2021-05-30

### Enhancements

The following functions are now `const`:

- `Arguments::as_str`
- `CaseSensitivity::is_sensitive`
- `CommandParserConfig::new`
- `Parser::config`

([#824] - [@vivian]).

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

## [0.4.0] - 2021-05-12

### Upgrade Path
Expand Down Expand Up @@ -102,6 +117,7 @@ Initial release.
[#515]: https://github.com/twilight-rs/twilight/pull/515
[#511]: https://github.com/twilight-rs/twilight/pull/511

[0.4.1]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.4.1
[0.4.0]: https://github.com/twilight-rs/twilight/releases/tag/command-parser-0.4.0
[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
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.4.0"
version = "0.4.1"

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

0 comments on commit e6ff6e2

Please # to comment.