Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 23, 2024
1 parent 8697a61 commit 1857e47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions clap_complete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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]]
Expand Down

0 comments on commit 1857e47

Please sign in to comment.