Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 (2021-11-17)

Changed

  • Relax base64ct version requirement to ^1 (#239)

0.3.0 (2021-11-14)

Added

  • Decoder struct (#177)

Changed

  • Rust 2021 edition upgrade; MSRV 1.56 (#136)
  • Bump base64ct dependency to v1.2 (#175)

0.2.4 (2021-11-07)

Changed

  • Restrict base64ct dependency to <1.2 to prevent MSRV breakages

0.2.3 (2021-10-17)

Added

  • PemLabel trait (#117)

0.2.2 (2021-09-16)

Changed

  • Allow for data before PEM encapsulation boundary (#40)

0.2.1 (2021-09-14)

Added

Changed

  • Moved to formats repo (#2)

0.2.0 (2021-07-26)

Added

  • Support for customizing PEM line endings

0.1.1 (2021-07-24)

Changed

  • Increase LF precedence in EOL stripping functions

Fixed

  • Bug in the size calculation for decode_vec

0.1.0 (2021-07-23)

  • Initial release