Skip to content

Commit f368159

Browse files
authored
Release 0.0.7 (#33)
1 parent bc124b3 commit f368159

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

CHANGELOG.md

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

4+
[0.0.7](https://github.com/raphjaph/bip322/releases/tag/0.0.7) - 2024-08-26
5+
---------------------------------------------------------------------------
6+
7+
### Added
8+
9+
- Sign and verify P2SH-P2WPKH (#32)
10+
- Add util module (#30)
11+
412
[0.0.6](https://github.com/raphjaph/bip322/releases/tag/0.0.6) - 2024-08-22
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.6"
3+
version = "0.0.7"
44
edition = "2021"
55
description = "Implements BIP322 generic message signing"
66
license = "CC0-1.0"

www/Cargo.lock

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

www/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
bip322 = "0.0.5"
10+
bip322 = "0.0.7"
1111
bitcoin = "0.31.2"
1212
wasm-bindgen = "0.2.92"
1313

0 commit comments

Comments
 (0)