Skip to content

0.2.18

Compare
Choose a tag to compare
@KodrAus KodrAus released this 05 Jul 23:19
· 55 commits to master since this release
a718feb

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