This commit is contained in:
Kris Nuttycombe 2024-03-14 16:19:43 -06:00
parent 05e23b77ce
commit de85e1c690
3 changed files with 5 additions and 2 deletions

View File

@ -7,9 +7,12 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.1.1] - 2024-03-14
### Added
- `impl {Clone, Copy, Debug, PartialOrd, Ord, PartialEq, Eq, Hash}` for
`zip32::fingerprint::SeedFingerprint`
- `zip32::fingerprint::SeedFingerprint::from_bytes`
## [0.1.0] - 2023-12-06
Initial release.

2
Cargo.lock generated
View File

@ -51,7 +51,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "zip32"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"assert_matches",
"blake2b_simd",

View File

@ -1,6 +1,6 @@
[package]
name = "zip32"
version = "0.1.0"
version = "0.1.1"
authors = [
"Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@electriccoin.co>",