Skip to content

Commit

Permalink
chore: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jan 29, 2017
1 parent 4a2eb4c commit 598fdbc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v2.20.1"></a>
### v2.20.1 (2017-01-29)

#### Improvements

* updates libc and term_size deps for the libc version conflict ([3a7c8337](https://github.com/kbknapp/clap-rs/commit/3a7c833705caa9e7528c72e512edaab9efe11687))


#### Documentation

* fix spelling of "guaranteed" ([4f30a65b](https://github.com/kbknapp/clap-rs/commit/4f30a65b9c03eb09607eb91a929a6396637dc105))


<a name="v2.20.0"></a>

#### New Settings
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "clap"
version = "2.20.0"
version = "2.20.1"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs.git"
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)

## What's New

Here's the highlights for v2.20.0
Here's the highlights for v2.20.1

* updates libc and term_size deps for the libc version conflict ([3a7c8337](https://github.com/kbknapp/clap-rs/commit/3a7c833705caa9e7528c72e512edaab9efe11687))


Here's the highlights from v2.0.0 to v2.20.0

* **ArgsNegateSubcommands:** disables args being allowed between subcommands
* **DontCollapseArgsInUsage:** disables the collapsing of positional args into `[ARGS]` in the usage string
Expand All @@ -72,9 +77,6 @@ Here's the highlights for v2.20.0
* **Help Wrapping:** long app names (with spaces), authors, and descriptions are now wrapped appropriately
* **Conditional Default Values:** fixes the failing doc tests of Arg::default_value_ifs
* **Conditional Requirements:** adds docs for Arg::requires_ifs

Here's the highlights from v2.0.0 to v2.19.3

* Fixes a bug where calling the help of a subcommand wasn't ignoring required args of parent commands
* Fixes a bug by escaping square brackets in ZSH completions which were causing conflicts and errors.
* **Bash Completion:** allows bash completion to fall back to traidtional bash completion upon no matching completing function
Expand Down

0 comments on commit 598fdbc

Please sign in to comment.