Skip to content

Releases: jqnatividad/docopt.rs

1.7.0

24 Mar 19:30
832f548
Compare
Choose a tag to compare

What's Changed

  • bump MSRV to 1.77.0; apply clippy suggestions; rustfmt #3
  • use ahash project-wide, replacing HashMap and HashSet
  • BetterTOML format of Cargo.toml
  • More inlines
  • Rust format

Full Changelog: 1.6.0...1.7.0

1.6.0

08 Jan 00:55
fd893b6
Compare
Choose a tag to compare

Changed

  • Bumped MSRV to 1.75.0
  • Bumped strsim from 0.10.0 to 0.11.0
  • applied clippy::filter_next suggestion

Full Changelog: 1.4.0...1.6.0

1.4.0

04 Aug 06:57
b828e42
Compare
Choose a tag to compare

Changed

  • change MSRV to 1.71.0
  • set regex dependency to major version 1
  • simplified partial_cmp for Atom
  • refactored pattern_tokens(), replacing for loop with map().collect()
  • applied various clippy lint recommendations

Full Changelog: 1.3.0...1.4.0

1.3.0

03 Jun 00:55
Compare
Choose a tag to compare

Changed

  • change MSRV to 1.70.0
  • remove OnceCell dependency, replacing it with std::sync::OnceLock introduced in 1.70.0
  • bump regex from 1.7 to 1.8

Full Changelog: 1.2.2...1.3.0

1.2.2

13 Mar 21:16
Compare
Choose a tag to compare

Initial Release of qsv-optimized docopt.

Full Changelog: 1.1.1...1.2.2