-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: increase version #680
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
r? @sru (yo-bot has picked a reviewer for you, use r? to override) |
@homu r+ |
📌 Commit bbe457e has been approved by |
☀️ Test successful - status |
@@ -41,6 +41,14 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) | |||
|
|||
## What's New | |||
|
|||
Here's the highlights for v2.14.0 | |||
|
|||
* One can now alias arguments either visibly (whichc appears in the help text) or invisibly just like subcommands! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo.
wildwestrom
added a commit
to wildwestrom/clap
that referenced
this pull request
Jul 29, 2022
Because why the hell not? 1.6.0 (2022-07-05) New features: FEATURE clap-rs#832: Clarify that Captures::len includes all groups, not just matching groups. FEATURE clap-rs#857: Add an ExactSizeIterator impl for SubCaptureMatches. FEATURE clap-rs#861: Improve RegexSet documentation examples. FEATURE clap-rs#877: Upgrade to Unicode 14. Bug fixes: BUG clap-rs#792: Fix error message rendering bug. 1.5.6 (2022-05-20) BUG clap-rs#680: Fixes a bug where [[:alnum:][:^ascii:]] dropped [:alnum:] from the class. BUG clap-rs#859: Fixes a bug where Hir::is_match_empty returned false for \b. BUG clap-rs#862: Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.