Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 7, 2022
1 parent 04f4093 commit cebc862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
## next
## 3.1.1 (February 7, 2022)

- Fixed a regression for short options which can't be used with a parameter when not in a short options sequence
- Fixed a regression introduced in `3.1.0` for short options which can't be used with a parameter when not in a short options sequence

## 3.1.0 (February 7, 2022)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "clap",
"version": "3.1.0",
"version": "3.1.1",
"description": "Command line argument parser",
"author": "Roman Dvornov <rdvornov@gmail.com>",
"repository": "lahmatiy/clap",
Expand Down

0 comments on commit cebc862

Please sign in to comment.