Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 716 Bytes

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 716 Bytes

Change Log

[Unreleased][unreleased]

Changed/Fixed

Added

Thanks

0.4.1

Changed/Fixed

  • Fix incorrect parsing of AbandonRequest operation (#6)
  • Bump thiserror from 1.0 to 2.0

0.4.0

Changed/Fixed

  • Update to asn1-rs 0.6.0
  • Set MSRV to 1.63
  • Switch to asn1-rs

0.3.0

Changed/Fixed

  • Update to der-parser 8.0
  • Set MSRV to 1.53

0.2.0

Changed/Fixed

  • Update to der-parser 6.0 stable and nom 7
  • Set MSRV to 1.46

0.1.3

Added

  • Add Ord and PartialOrd traits to newtypes
  • Add method to get operation result (if present)

0.1.2

Changed/Fixed

  • Update to der-parser 5.0 stable

0.1.1

Changed/Fixed

  • Update to der-parser v5.0.0-beta2