Skip to content

Commit

Permalink
v0.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
TeXitoi committed Oct 18, 2021
1 parent e83b0fc commit da1fff8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.3.25 (2021-10-18)

* Fix duplication of aliases in subcommands [#504](https://github.com/TeXitoi/structopt/pull/504)

# v0.3.25 (2021-10-18)

* No changes

# v0.3.23 (2021-08-30)

* Update minimal rust version to 1.46 because of bitflags 1.3
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.24"
version = "0.3.25"
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.17" }
structopt-derive = { path = "structopt-derive", version = "=0.4.18" }
lazy_static = "1.4.0"
paw_dep = { version = "1", optional = true, package = "paw" }

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.17"
version = "0.4.18"
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 da1fff8

Please sign in to comment.