Skip to content

Commit

Permalink
hkd32 v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Oct 14, 2019
1 parent 2e28215 commit 4901be1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions hkd32/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.0] (2019-10-13)

- Split out `bip39` cargo feature ([#280])
- Upgrade to `zeroize` v1.0.0 ([#279])

## [0.2.0] (2019-08-20)

- Vendor (simplified) BIP39 implementation from `tiny-bip39` ([#251])
Expand All @@ -16,6 +21,9 @@

- Initial release

[0.3.0]: https://github.com/iqlusioninc/crates/pull/281
[#280]: https://github.com/iqlusioninc/crates/pull/280
[#279]: https://github.com/iqlusioninc/crates/pull/279
[0.2.0]: https://github.com/iqlusioninc/crates/pull/252
[#251]: https://github.com/iqlusioninc/crates/pull/251
[#249]: https://github.com/iqlusioninc/crates/pull/249
Expand Down
2 changes: 1 addition & 1 deletion hkd32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = """
(HMAC) construction. Optionally supports storing root derivation
passwords as a 24-word mnemonic phrase (i.e. BIP39).
"""
version = "0.2.0" # Also update html_root_url in lib.rs when bumping this
version = "0.3.0" # Also update html_root_url in lib.rs when bumping this
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion hkd32/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
unused_lifetimes,
unused_qualifications
)]
#![doc(html_root_url = "https://docs.rs/hkd32/0.2.0")]
#![doc(html_root_url = "https://docs.rs/hkd32/0.3.0")]

#[cfg(feature = "alloc")]
#[cfg_attr(any(feature = "bip39", test), macro_use)]
Expand Down

0 comments on commit 4901be1

Please sign in to comment.