mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
docs: Update changelog
This commit is contained in:
parent
8697a6134b
commit
1857e47e2d
2 changed files with 9 additions and 2 deletions
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Features
|
||||
|
||||
- *(dynamic)* Support for zsh, elvis, powershell
|
||||
- *(dynamic)* Complete `--option val[TAB]`
|
||||
- *(dynamic)* Complete subcommand aliases
|
||||
- *(dynamic)* Hide hidden flags, subcommands, values, and aliases, only completeing them if no visible variant is available
|
||||
|
||||
## [4.5.8] - 2024-07-11
|
||||
|
||||
### Fixes
|
||||
|
|
|
@ -34,7 +34,7 @@ pre-release-replacements = [
|
|||
bench = false
|
||||
|
||||
[dependencies]
|
||||
clap = { path = "../", version = "4.5.6", default-features = false, features = ["std"] }
|
||||
clap = { path = "../", version = "4.5.10", default-features = false, features = ["std"] }
|
||||
clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true }
|
||||
is_executable = { version = "1.0.1", optional = true }
|
||||
pathdiff = { version = "0.2.1", optional = true }
|
||||
|
@ -47,7 +47,7 @@ snapbox = { version = "0.6.0", features = ["diff", "dir", "examples"] }
|
|||
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
|
||||
completest = "0.4.1"
|
||||
completest-pty = "0.5.2"
|
||||
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }
|
||||
clap = { path = "../", version = "4.5.10", default-features = false, features = ["std", "derive", "help"] }
|
||||
automod = "1.0.14"
|
||||
|
||||
[[example]]
|
||||
|
|
Loading…
Reference in a new issue