Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.11 KB

File metadata and controls

33 lines (26 loc) · 1.11 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.14.0 (UNRELEASED)

Added

  • ECDH and PKCS8 support (#1046)
  • bits, serde, and test-vectors features (#1062)

Changed

  • Update to digest v0.11 (#1011)
  • Update to pkcs8 v0.11 (#1011)
  • Update to sec1 v0.8 (#1011)
  • Update to rand_core v0.9 (#1125)
  • Update to hybrid-array v0.3 (#1125)
  • Edition changed to 2024 and MSRV bumped to 1.85 (#1125)
  • Relax MSRV policy and allow MSRV bumps in patch releases

0.13.1 (2024-01-05)

Added

  • Digital signature algorithm (#935)

0.13.0 (2023-06-27)

  • Initial release