Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

63 lines (46 loc) · 1.81 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.6.1 (2021-07-20)

Changed

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

0.6.0 (2021-04-29)

Changed

  • Bump chacha20poly1305 crate dependency to v0.8 (#290)
  • Bump xsalsa20poly1305 crate dependency to v0.7 (#291)
  • Bump rand_core crate dependency to v0.6 (#292)

SECURITY

  • Fix XChaCha20Poly1305 key derivation (#295)

0.5.0 (2020-10-16)

Added

Changed

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

0.4.0 (2020-09-17)

Added

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

Changed

  • Upgrade xsalsa20poly1305 to v0.5 (#218)

0.3.0 (2020-08-18)

Changed

  • Bump x25519-dalek dependency to 1.0 (#194)

0.2.0 (2020-06-06)

Changed

  • Bump aead crate dependency to v0.3; MSRV 1.41+ (#146)
  • Bump xsalsa20poly1305 dependency to v0.4 (#164)

0.1.0 (2020-02-25)

  • Initial release