Skip to content

Commit 15f65db

Browse files
v0.3.12
1 parent 07060dc commit 15f65db

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# v0.3.12 (2020-03-18)
2+
3+
* Fixed [bug in `external_subcommand`](https://github.com/TeXitoi/structopt/issues/359).
4+
15
# v0.3.11 (2020-03-01)
26

3-
* `syn`'s "full" feature is now explicitly enabled because it must has been, but hasn't.
7+
* `syn`'s "full" feature is now explicitly enabled. It must have been, but hasn't.
48

59
# v0.3.10 (2020-03-01) - YANKED
610

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.11"
3+
version = "0.3.12"
44
edition = "2018"
55
authors = ["Guillaume Pinot <[email protected]>", "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.4" }
31+
structopt-derive = { path = "structopt-derive", version = "=0.4.5" }
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.4"
3+
version = "0.4.5"
44
edition = "2018"
55
authors = ["Guillaume Pinot <[email protected]>"]
66
description = "Parse command line argument by defining a struct, derive crate."

0 commit comments

Comments
 (0)