Skip to content

Latest commit

 

History

History
110 lines (77 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

110 lines (77 loc) · 3.04 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.10.0 (2023-03-04)

Added

  • Support for alloc-free usage (#372)

Changed

  • Bump pbkdf2 dependency to v0.12; MSRV 1.60 (#393)

0.9.0 (2022-03-18)

Changed

  • 2021 edition upgrade (#284)
  • Bump pbkdf2 dependency to v0.11; MSRV 1.57 (#291)

0.8.1 (2022-02-20)

Changed

  • Change passphrase to be impl AsRef<[u8]> allowing non-UTF8 passphrases (#277)

0.8.0 (2022-02-17)

Changed

  • Bump blowfish dependency to v0.9, edition to 2021, and MSRV to 1.56 (#273)

0.7.2 (2021-11-25)

Changed

  • Bump sha2 and pbkdf2 dependencies to v0.10 (#254)

0.7.1 (2021-08-27)

Changed

  • Bump pbkdf2 dependency to v0.9 (#223)

0.7.0 (2021-08-27) [YANKED]

Changed

  • Relax zeroize requirements (#195)
  • Use resolver = "2"; MSRV 1.51+ (#220)

0.6.2 (2021-07-20)

Changed

  • Pin zeroize dependency to v1.3 (#190)

0.6.1 (2021-05-04)

Changed

  • Bump blowfish dependency to v0.8 (#171)

0.6.0 (2021-04-29) [YANKED]

Changed

  • Bump crypto-mac dependency to v0.11 (#165)
  • Bump pbkdf2 to v0.8 (#167)

0.5.0 (2021-01-29)

Changed

  • Bump pbkdf2 dependency to v0.7 (#102)

0.4.0 (2020-10-18)

Changed

  • Bump crypto-mac dependency to v0.10 (#58)
  • Bump pbkdf2 dependency to v0.10 (#61)

0.3.0 (2020-08-18)

Changed

  • Bump crypto-mac dependency to v0.9, blowfish to v0.6, and pbkdf2 to v0.5 (#46)

0.2.1 (2020-06-03)

Added

  • no_std support (#41)

0.2.0 (2020-05-13)

Changed

  • Update dependencies to sha2 v0.9, pbkdf2 v0.4, blowfish v0.5, and crypto-mac v0.8

0.1.0 (2020-01-03)

  • Initial release