Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

57 lines (39 loc) · 1.55 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.

UNRELEASED

Fixed

  • Minimal versions build (#290)

0.5.0 (2022-02-10)

Changed

  • Bump cipher dependency to v0.4 (#276)

0.4.1 (2021-07-20)

Changed

  • Pin zeroize dependency to v1.3 (#256)

0.4.0 (2021-04-29)

Changed

  • Bump cipher crate dependency to v0.3 release (#226)

Fixed

  • Avoid pulling in alloc feature of zeroize (#190)

0.3.0 (2020-10-16)

Changed

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

0.2.0 (2020-08-25)

Changed

  • Bump stream-cipher dependency to v0.7, rename HC256 to Hc256 (#161, #164)

0.1.0 (2020-06-08)

Changed

  • Bump stream-cipher dependency to v0.4 (#122)
  • Upgrade to Rust 2018 edition (#122)

0.0.1 (2019-10-02)

  • Initial release