Skip to content

Commit b060937

Browse files
authored
Release 0.0.6 (#27)
1 parent 9abefab commit b060937

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
[0.0.6](https://github.com/raphjaph/bip322/releases/tag/0.0.6) - 2024-08-22
5+
---------------------------------------------------------------------------
6+
7+
### Added
8+
9+
- Sign and verify P2WPKH (#26)
10+
- Tweak README (#23)
11+
412
[0.0.5](https://github.com/raphjaph/bip322/releases/tag/0.0.5) - 2024-08-10
513
---------------------------------------------------------------------------
614

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip322"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2021"
55
description = "Implements BIP322 generic message signing"
66
license = "CC0-1.0"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ generic message signing and verification.
66

77
## Types of Signatures
88

9-
At the moment this crate supports ONLY `P2TR` addresses. We're looking to
10-
stabilize the interface before implementing different address types. Feedback
11-
through issues or PRs is welcome and encouraged.
9+
At the moment this crate supports ONLY `P2TR` and `P2WPKH` addresses. We're
10+
looking to stabilize the interface before implementing different address types.
11+
Feedback through issues or PRs is welcome and encouraged.
1212

1313
- [ ] legacy
1414
- [x] simple

0 commit comments

Comments
 (0)