From b060937a6a439faf9c52d0b93653991ffd59817c Mon Sep 17 00:00:00 2001 From: raph Date: Thu, 22 Aug 2024 16:31:37 +0200 Subject: [PATCH] Release 0.0.6 (#27) --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a139f1f9..f45e696e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +[0.0.6](https://github.com/raphjaph/bip322/releases/tag/0.0.6) - 2024-08-22 +--------------------------------------------------------------------------- + +### Added + +- Sign and verify P2WPKH (#26) +- Tweak README (#23) + [0.0.5](https://github.com/raphjaph/bip322/releases/tag/0.0.5) - 2024-08-10 --------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 457852eb..1f645768 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "98f7eed2b2781a6f0b5c903471d48e15f56fb4e1165df8a9a2337fd1a59d45ea" [[package]] name = "bip322" -version = "0.0.5" +version = "0.0.6" dependencies = [ "base64", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index d4846ca0..58eccd40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip322" -version = "0.0.5" +version = "0.0.6" edition = "2021" description = "Implements BIP322 generic message signing" license = "CC0-1.0" diff --git a/README.md b/README.md index f8a56dad..2f438e1a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ generic message signing and verification. ## Types of Signatures -At the moment this crate supports ONLY `P2TR` addresses. We're looking to -stabilize the interface before implementing different address types. Feedback -through issues or PRs is welcome and encouraged. +At the moment this crate supports ONLY `P2TR` and `P2WPKH` addresses. We're +looking to stabilize the interface before implementing different address types. +Feedback through issues or PRs is welcome and encouraged. - [ ] legacy - [x] simple