# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 0.1.0 (2024-08-18) ### Changed - Implement changes from FIP 205 Initial Public Draft -> FIPS 205 Final ([#844]) ### Fixed - `no_std` support ([#845]) - Enable `derive` feature of `zerocopy` ([#847]) [#844]: https://github.com/RustCrypto/signatures/pull/844 [#845]: https://github.com/RustCrypto/signatures/pull/845 [#847]: https://github.com/RustCrypto/signatures/pull/847 ## 0.0.2 (2024-05-31) - Initial release