2023-11-12 11:49:52 -07:00

1.7 KiB

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.

2.1.0 (2023-11-12)

Changed

2.0.1 (2023-04-17)

Changed

2.0.0 (2023-01-15)

Changed

  • Signature trait has been removed, so don't emit it in custom derive (#1141)

1.0.0-pre.7 (2022-09-16)

Fixed

  • Support for where bounds (#1118)

1.0.0-pre.6 (2022-09-12)

Added

  • DigestSigner/DigestVerifier support (#1103)

Removed

  • synstructure dependency (#1100)

1.0.0-pre.5 (2022-08-14)

Changed

  • Rust 2021 edition upgrade; MSRV 1.56 (#1081)

1.0.0-pre.4 (2022-01-04)

Changed

  • Support for new digest v0.10 API (#850)

1.0.0-pre.3 (2021-01-06)

Fixed

  • rustdoc links (#458)

1.0.0-pre.2 (2020-04-19)

Changed

  • Rename DigestSignature => PrehashSignature (#96)

1.0.0-pre.1 (2020-03-08)

Added

  • Initial changelog for signature_derive
  • rustdoc (#79)