Skip to content

Commit 203c6bc

Browse files
v0.3.14
1 parent 387fd12 commit 203c6bc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.3.14 (2020-04-22)
2+
3+
* Minor documentation improvements.
4+
15
# v0.3.13 (2020-04-9)
26

37
* Bump `proc-macro-error` to `1.0`.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structopt"
3-
version = "0.3.13"
3+
version = "0.3.14"
44
edition = "2018"
55
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "others"]
66
description = "Parse command line argument by defining a struct."
@@ -28,7 +28,7 @@ travis-ci = { repository = "TeXitoi/structopt" }
2828

2929
[dependencies]
3030
clap = { version = "2.33", default-features = false }
31-
structopt-derive = { path = "structopt-derive", version = "=0.4.6" }
31+
structopt-derive = { path = "structopt-derive", version = "=0.4.7" }
3232
lazy_static = "1.4.0"
3333

3434
[dev-dependencies]

structopt-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structopt-derive"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
edition = "2018"
55
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
66
description = "Parse command line argument by defining a struct, derive crate."

0 commit comments

Comments
 (0)