Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.24 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.3.0 (2022-01-15)

Changed

Removed

  • AsyncKeypair is no longer needed due to signature v2 bounds changes (#1141)

0.2.1 (2022-09-15)

Changed

  • Relax AsyncKeypair bounds (#1107)
  • Deprecate AsyncKeypair (#1112)

0.2.0 (2022-08-14) [YANKED]

Added

  • AsyncKeypair trait (#1085)

Changed

  • Bump minimum signature requirement to v1.6 (#1084)

0.1.0 (2022-01-04)

Changed

  • Bump signature crate dependency to v1.5 (#850, #867)

0.0.1 (2020-10-06)

  • Initial release