Skip to content

Commit f21787a

Browse files
bip32 v0.5.2 (#1189)
1 parent e327dec commit f21787a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bip32/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.5.2 (2023-07-17)
8+
### Added
9+
- `PrivateKey::derive_tweak()` and `PublicKey::derive_tweak()` ([#1186])
10+
11+
[#1186]: https://github.com/iqlusioninc/crates/pull/1186
12+
713
## 0.5.1 (2023-05-29)
814
### Added
915
- `ExtendedPublicKey::new` ([#1136])

bip32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip32"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = """
55
BIP32 hierarchical key derivation implemented in a generic, no_std-friendly
66
manner. Supports deriving keys using the pure Rust k256 crate or the

0 commit comments

Comments
 (0)