Skip to content

Latest commit

 

History

History
103 lines (73 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

103 lines (73 loc) · 2.74 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.7.2 (2021-07-20)

Changed

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

0.7.1 (2021-04-29)

Changed

  • Bump rand_core crate dependency to v0.6 (#292)

0.7.0 (2021-04-29) [YANKED]

Changed

  • Bump aead crate dependency to v0.4 (#270)
  • MSRV 1.49+ (#286, #289)
  • Bump chacha20 crate dependency to v0.7 (#286)
  • Bump poly1305 crate dependency to v0.7 (#289)

0.6.0 (2020-10-16)

Changed

  • Replace block-cipher/stream-cipher with cipher crate (#229)
  • Bump salsa20 dependency to v0.7 (#229)

0.5.0 (2020-09-17)

Added

  • Optional std feature; disabled by default (#217)

Changed

  • Bump salsa20 to v0.6; stream-cipher to v0.7 (#207)

0.4.2 (2020-06-11)

Added

  • KEY_SIZE constant (#172)

0.4.1 (2020-06-11)

Added

  • Key and Nonce type aliases + docs (#167)

0.4.0 (2020-06-06)

Changed

  • Bump aead crate dependency to v0.3; MSRV 1.41+ (#146)
  • Bump chacha20 crate dependency to v0.4 (#159)
  • Bump poly1305 crate dependency to v0.6 (#158)

0.3.1 (2020-01-17)

Changed

  • Upgrade salsa20 crate to v0.4 (#71)

0.3.0 (2019-11-26)

Added

  • heapless feature (#51)

Changed

  • Upgrade aead crate to v0.2; alloc now optional (#43)

0.2.1 (2019-11-14)

Changed

  • Upgrade zeroize to 1.0 (#36)

0.2.0 (2019-10-06)

Added

  • Expose "detached" in-place encryption/decryption APIs (#21)

Changed

  • Upgrade poly1305 crate to v0.5 (#20)

0.1.0 (2019-10-01)

  • Initial release