Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 2.02 KB

File metadata and controls

77 lines (55 loc) · 2.02 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.8.0 (2026-04-10)

Changed

  • Edition changed to 2024 and MSRV bumped to 1.85
  • Relax MSRV policy and allow MSRV bumps in patch releases
  • Update to digest v0.11
  • Update to cipher v0.5
  • Replace type aliases with newtypes (#186)

Removed

  • std crate feature (#186)

0.7.1 (2022-02-17)

Fixed

  • Minimal versions build (#108)

0.7.0 (2022-02-10)

Changed

  • Migrate from crypto-mac dependency to digest v0.10 (#103)
  • Bump cipher dependency to v0.4 (#103)

0.6.0 (2021-04-29)

Changed

  • Bump crypto-mac crate dependency to v0.11 (#73)

0.5.1 (2020-10-16)

Added

  • Zulip badge (#64)

0.5.0 (2020-10-16)

Changed

  • Bump crypto-mac dependency to v0.10 (#62)

0.4.0 (2020-08-12)

Changed

  • Bump crypto-mac dependency to v0.9, implement the FromBlockCipher trait (#57)

Added

  • io::Write impl (#55)

0.3.0 (2020-06-06)

Changed

  • Bump aes crate dependency to v0.4 (#40)
  • Bump dbl crate dependency to v0.3 (#39)
  • Bump crypto-mac dependency to v0.8; MSRV 1.41+ (#34)
  • Rename result methods to finalize (#38)
  • Upgrade to Rust 2018 edition (#34)

0.2.0 (2018-10-03)

0.1.0 (2017-11-26)