Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 486 Bytes

RELEASES.md

File metadata and controls

21 lines (14 loc) · 486 Bytes

Version 0.3.1 (2023-02-23)

  • Update dependencies fixing panic.

Version 0.3.0 (2020-10-16)

  • Update dependencies.
  • License under ISC.

Version 0.2.0 (2019-05-13)

  • Hide parser implementation.
  • Implement serialization via Display trait.
  • Support ordered-multimap on Rust nightly channel.
  • Support DoubleEndedIterator and ExactSizeIterator.
  • Use TryFrom instead of FromStr.
  • Add value().

Version 0.1.0 (2019-05-08)

  • Initial release