Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

63 lines (48 loc) · 1.95 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 (2022-07-30)

Added

  • getrandom feature (#446)

Changed

  • Relax subtle and zeroize requirements (#360)
  • Rust 2021 edition upgrade; MSRV 1.56+ (#435)
  • Bump aead crate dependency to v0.5 (#444)
  • Bump cipher to v0.4 (#451)

0.4.1 (2021-07-20)

Changed

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

0.4.0 (2021-04-29)

Added

  • Allow variable tag length (#231)

Changed

  • Bump aead crate dependency to v0.4 (#270)
  • Bump aes and ctr crate dependencies to v0.7 (#283)
  • Bump cmac and pmac deps to v0.6 releases (#285)

0.3.0 (2020-10-16)

Changed

  • Replace block-cipher/stream-cipher with cipher crate (#229)

0.2.0 (2020-09-30

Added

  • API for online encryption/decryption (#214)
  • Optional std feature; disabled by default (#217)

Changed

  • Use aead crate; MSRV 1.41+
  • Upgrade aes to v0.5, block-cipher to v0.8, cmac to v0.4, ctr to v0.5 (#209)

0.1.0 (2019-03-29)

  • Initial release