Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.36 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.1 (2022-07-31)

Fixed

  • rustdoc typos and formatting (#461, #462)

0.10.0 (2022-07-31)

Added

  • getrandom feature (#446)

Changed

  • Bump aes dependency to v0.8 ([#430])
  • Rust 2021 edition upgrade; MSRV 1.56+ (#435)
  • Bump aead dependency to v0.5 (#444)
  • Bump ghash dependency to v0.5 (#454)

0.9.4 (2021-08-28)

Changed

  • Relax subtle and zeroize requirements (#360)

0.9.3 (2021-07-20)

Changed

  • Pin zeroize dependency to v1.3 and subtle to v2.4 (#349)

0.9.2 (2021-05-31)