# Changelog ## 0.2 (2024-09-13) * Reimplement `Seed` without `generic-array`. ## 0.1.3 (2024-09-12) * Refactor to remove direct dependency on `generic-array`. ## 0.1.2 (2024-07-16) * Provide convenience `TryFrom` and `From` implementation for byte slices and byte arrays. * Add `serde` support. * Dual license as Apache-2.0 or MIT. ## 0.1.1 (2024-07-15) * Make the crate actually usable ## 0.1 (2024-07-15) * Initial release.