Skip to content

Commit

Permalink
v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton committed Mar 18, 2020
1 parent 07060dc commit 15f65db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# v0.3.12 (2020-03-18)

* Fixed [bug in `external_subcommand`](https://github.com/TeXitoi/structopt/issues/359).

# v0.3.11 (2020-03-01)

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

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

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "structopt"
version = "0.3.11"
version = "0.3.12"
edition = "2018"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "others"]
description = "Parse command line argument by defining a struct."
Expand Down Expand Up @@ -28,7 +28,7 @@ travis-ci = { repository = "TeXitoi/structopt" }

[dependencies]
clap = { version = "2.33", default-features = false }
structopt-derive = { path = "structopt-derive", version = "=0.4.4" }
structopt-derive = { path = "structopt-derive", version = "=0.4.5" }
lazy_static = "1.4.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion structopt-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "structopt-derive"
version = "0.4.4"
version = "0.4.5"
edition = "2018"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Parse command line argument by defining a struct, derive crate."
Expand Down

0 comments on commit 15f65db

Please sign in to comment.