Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

64 lines (48 loc) · 2.03 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.1 (2023-05-27)

Unchanged from v0.5.0, but published to trigger a new docs.rs build.

0.5.0 (2023-04-17)

Changed

  • Bump signature to v2 (#1211)
  • Bump password-hash to v0.5 (#1271)
  • Bump elliptic-curve to v0.13; MSRV 1.65 (#1302)

0.4.0 (2022-08-09)

Added

  • Re-export crypto-common as common (#1076)

Changed

  • Bump aead to v0.5 (#1058)
  • Bump cipher to 0.4 (#951)
  • Bump digest dependency to v0.10 (#850)
  • Bump elliptic-curve to v0.12 (#1009)
  • Bump password-hash to v0.4 (#961)
  • Bump signature to v1.5 (#867)
  • Bump universal-hash to v0.5 (#1061)

Removed

  • mac feature: merged into digest (#1075)

0.3.0 (2021-06-08)

Changed

  • Bump elliptic-curve crate dependency to v0.10 (#663)
  • Bump signature crate dependency to v1.3.0 (#664)

0.2.0 (2021-04-29)

  • Initial (re-)release of the cryptography crate as crypto

0.1.2 (2020-06-19) [YANKED]

0.1.1 (2020-06-19) [YANKED]

0.1.0 (2020-05-21) [YANKED]

0.0.2 (2014-11-21) [YANKED]