Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 5, 2024
1 parent 4b82b97 commit 45d5d7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Fixes

- *(parser)* When check `allow_negative_numbers`, allow `E` again

## [4.5.22] - 2024-12-03

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion clap_builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ unstable-styles = ["color"] # deprecated
bench = false

[dependencies]
clap_lex = { path = "../clap_lex", version = "0.7.0" }
clap_lex = { path = "../clap_lex", version = "0.7.4" }
unicase = { version = "2.6.0", optional = true }
strsim = { version = "0.11.0", optional = true }
anstream = { version = "0.6.7", optional = true }
Expand Down

0 comments on commit 45d5d7e

Please sign in to comment.