Skip to content

Commit 7cb5e7f

Browse files
committed
chore: increase version
1 parent 16cf924 commit 7cb5e7f

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

Diff for: CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="v1.2.1"></a>
2+
### v1.2.1 (2015-08-20)
3+
4+
5+
#### Documentation
6+
7+
* **README.md:** updates for new features ([16cf9245](https://github.com/kbknapp/clap-rs/commit/16cf9245fb5fc4cf6face898e358368bf9961cbb))
8+
9+
#### Features
10+
11+
* implements posix compatible conflicts for long args ([8c2d48ac](https://github.com/kbknapp/clap-rs/commit/8c2d48acf5473feebd721a9049a9c9b7051e70f9))
12+
* added overrides to support conflicts in POSIX compatible manner ([0b916a00](https://github.com/kbknapp/clap-rs/commit/0b916a00de26f6941538f6bc5f3365fa302083c1))
13+
* **Args:** allows defining POSIX compatible argument conflicts ([d715646e](https://github.com/kbknapp/clap-rs/commit/d715646e69759ccd95e01f49b04f489827ecf502))
14+
15+
#### Bug Fixes
16+
17+
* fixed links in cargo and license buttons ([6d9837ad](https://github.com/kbknapp/clap-rs/commit/6d9837ad9a9e006117cd7372fdc60f9a3889c7e2))
18+
19+
#### Performance
20+
21+
* **Args and Apps:** changes HashSet->Vec in some instances for increased performance ([d0c3b379](https://github.com/kbknapp/clap-rs/commit/d0c3b379700757e0a9b0c40af709f8af1f5b4949))
22+
23+
24+
125
<a name="v1.2.0"></a>
226
### v1.2.0 (2015-08-15)
327

Diff for: Cargo.toml

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

33
name = "clap"
4-
version = "1.2.0"
4+
version = "1.2.1"
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"
@@ -25,11 +25,11 @@ unstable=["lints"]
2525
debug=[]
2626

2727
[dependencies.strsim]
28-
version = "0.4.0"
28+
version = "~0.4.0"
2929
optional = true
3030

3131
[dependencies.ansi_term]
32-
version = "0.6.3"
32+
version = "~0.6.3"
3333
optional = true
3434

3535
[dependencies.clippy]

0 commit comments

Comments
 (0)