Skip to content

Commit d529fe6

Browse files
committed
v0.2.5
1 parent f9a7651 commit d529fe6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unreleased
1+
# v0.2.5 (2018-03-07)
22

3-
* Work around breakage when `proc-macro2`'s nightly feature is enabled. ([#77](https://github.com/Texitoi/structopt/pull/77) and [proc-macro2#67](https://github.com/alexcrichton/proc-macro2/issues/67))
3+
* Work around breakage when `proc-macro2`'s nightly feature is enabled. ([#77](https://github.com/Texitoi/structopt/pull/77) and [proc-macro2#67](https://github.com/alexcrichton/proc-macro2/issues/67)) by [@fitzgen](https://github.com/fitzgen)
44

55
# v0.2.4 (2018-02-25)
66

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.2.4"
3+
version = "0.2.5"
44
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
55
description = "Parse command line argument by defining a struct."
66
documentation = "https://docs.rs/structopt"
@@ -19,6 +19,6 @@ travis-ci = { repository = "TeXitoi/structopt" }
1919

2020
[dependencies]
2121
clap = { version = "2.20", default-features = false }
22-
structopt-derive = { path = "structopt-derive", version = "0.2.4" }
22+
structopt-derive = { path = "structopt-derive", version = "0.2.5" }
2323

2424
[workspace]

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.2.4"
3+
version = "0.2.5"
44
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
55
description = "Parse command line argument by defining a struct, derive crate."
66
documentation = "https://docs.rs/structopt-derive"

0 commit comments

Comments
 (0)