Skip to content

Commit 21c4aed

Browse files
committed
chore: increase version
1 parent b41afa8 commit 21c4aed

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="v1.2.3"></a>
2+
### v1.2.3 (2015-08-24)
3+
4+
5+
#### Bug Fixes
6+
7+
* **App, Args:** fixed subcommand reqs negation ([b41afa8c](https://github.com/kbknapp/clap-rs/commit/b41afa8c3ded3d1be12f7a2f8ea06cc44afc9458), closes [#188](https://github.com/kbknapp/clap-rs/issues/188))
8+
9+
10+
111
<a name="v1.2.2"></a>
212
### v1.2.2 (2015-08-23)
313

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "clap"
4-
version = "1.2.2"
4+
version = "1.2.3"
55
authors = ["Kevin K. <[email protected]>"]
66
exclude = ["examples/*", "clap-tests/*"]
77
description = "A simple to use, efficient, and full featured Command Line Argument Parser"

0 commit comments

Comments
 (0)