From f21787a550dc4f77bbb9ebc2546ac095edc7de0a Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Wed, 17 Jul 2024 16:25:04 -0600 Subject: [PATCH] bip32 v0.5.2 (#1189) --- Cargo.lock | 2 +- bip32/CHANGELOG.md | 6 ++++++ bip32/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16b1132b..699b1350 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bip32" -version = "0.5.1" +version = "0.5.2" dependencies = [ "bs58", "hex-literal", diff --git a/bip32/CHANGELOG.md b/bip32/CHANGELOG.md index 24771311..29afb543 100644 --- a/bip32/CHANGELOG.md +++ b/bip32/CHANGELOG.md @@ -4,6 +4,12 @@ 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.5.2 (2023-07-17) +### Added +- `PrivateKey::derive_tweak()` and `PublicKey::derive_tweak()` ([#1186]) + +[#1186]: https://github.com/iqlusioninc/crates/pull/1186 + ## 0.5.1 (2023-05-29) ### Added - `ExtendedPublicKey::new` ([#1136]) diff --git a/bip32/Cargo.toml b/bip32/Cargo.toml index 4be34bd5..0df44a9b 100644 --- a/bip32/Cargo.toml +++ b/bip32/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip32" -version = "0.5.1" +version = "0.5.2" description = """ BIP32 hierarchical key derivation implemented in a generic, no_std-friendly manner. Supports deriving keys using the pure Rust k256 crate or the