## [0.2.0] (2019-06-06)
- `signature_derive`: Custom derive support for `Signer`/`Verifier` ([#18])
- Have `DigestSigner`/`DigestVerifier` take `Digest` instance ([#17])
## [0.1.0] (2019-05-25)
- Initial release
[0.2.0]: https://github.com/RustCrypto/signatures/pull/19
[#18]: https://github.com/RustCrypto/signatures/pull/18
[#17]: https://github.com/RustCrypto/signatures/pull/17
[0.1.0]: https://github.com/RustCrypto/signatures/pull/15