Skip to content

Commit

Permalink
bip32 v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed May 11, 2022
1 parent 5e3e7c1 commit d9e35ae
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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.

16 changes: 16 additions & 0 deletions bip32/CHANGELOG.md
Expand Up @@ -4,6 +4,22 @@ 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.4.0 (2022-05-10)
### Changed
- Bump `pbkdf2` to 0.11.0 ([#983])
- Bump `hmac` to v0.12 ([#994])
- Bump `k256` to v0.11 ([#994])
- Bump `p256` to v0.11 ([#994])
- Bump `pbkdf2` to v0.10 ([#994])
- Bump `sha2` to v0.10 ([#994])
- Replace `ripemd160` dependency with `ripemd` ([#994])
- MSRV 1.57 ([#994], [#995])
- Use const panic for `Prefix::from_parts_unchecked` ([#995])

[#983]: https://github.com/iqlusioninc/crates/pull/983
[#994]: https://github.com/iqlusioninc/crates/pull/994
[#995]: https://github.com/iqlusioninc/crates/pull/995

## 0.3.0 (2022-01-05)
### Changed
- Rust 2021 edition upgrade ([#889])
Expand Down
2 changes: 1 addition & 1 deletion bip32/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bip32"
version = "0.4.0-pre"
version = "0.4.0"
description = """
BIP32 hierarchical key derivation implemented in a generic, no_std-friendly
manner. Supports deriving keys using the pure Rust k256 crate or the
Expand Down

0 comments on commit d9e35ae

Please sign in to comment.