Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

67 lines (48 loc) · 1.86 KB

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.5.0 (2023-03-04)

Added

  • sha256_crypt (#350)

Changed

  • Use base64ct for Base64 encoding (#350)
  • MSRV 1.60 (#377)
  • Relax subtle dependency version requirements (#390)

Fixed

  • Support passwords longer than 64-bytes in length (#328)

0.4.0 (2022-03-18)

Changed

  • 2021 edition upgrade; MSRV 1.56 (#284)

0.3.2 (2021-11-25)

Changed

  • Bump sha2 dependency to v0.10 (#254)

0.3.1 (2021-09-17)

Fixed

  • Handle B64 decoding errors (#242)

0.3.0 (2021-08-27)

Changed

  • Use resolver = "2"; MSRV 1.51+ (#220)

0.2.1 (2021-07-20)

Changed

  • Pin subtle dependency to v2.4 (#190)

0.2.0 (2021-01-29)

Changed

  • Bump rand dependency to v0.8 (#86)
  • Rename include_simple feature to simple (#99)
  • Remove Vec from public API (#113)
  • MSRV 1.47+ (#113)

0.1.0 (2020-12-28)

  • Initial release