Skip to content

Releases: rust-lang/getopts

0.2.21

15 Nov 19:53
Compare
Choose a tag to compare

What's Changed

  • Format code using 'cargo fmt' by @Atul9 in #87

New Contributors

  • @Atul9 made their first contribution in #87

Full Changelog: v0.2.20...v0.2.21

0.2.20

15 Nov 19:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.19...v0.2.20

0.2.19

02 May 02:17
f457f9a
Compare
Choose a tag to compare

0.2.18

05 Jul 23:19
a718feb
Compare
Choose a tag to compare

Key Changes

  • Adds a Matches::opt_get method that can convert a match to any T: FromStr. This should be useful for easily getting matched values as numbers
  • Fixes some long-standing issues around text alignment
  • Specifies a minimum version policy

Changes to minimum Rust

The minimum version of Rust required has been set at 1.18.0. We may change this in patch versions, but will always flag it in the release notes here.

You can always check the .travis.yml file to see the current minimum supported version.

New Dependencies

  • unicode-width for correctly splitting descriptions across multiple lines.

Contributions