Skip to content

Commit

Permalink
Release 0.0.7 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Aug 26, 2024
1 parent bc124b3 commit f368159
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

[0.0.7](https://github.com/raphjaph/bip322/releases/tag/0.0.7) - 2024-08-26
---------------------------------------------------------------------------

### Added

- Sign and verify P2SH-P2WPKH (#32)
- Add util module (#30)

[0.0.6](https://github.com/raphjaph/bip322/releases/tag/0.0.6) - 2024-08-22
---------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bip322"
version = "0.0.6"
version = "0.0.7"
edition = "2021"
description = "Implements BIP322 generic message signing"
license = "CC0-1.0"
Expand Down
8 changes: 1 addition & 7 deletions www/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
bip322 = "0.0.5"
bip322 = "0.0.7"
bitcoin = "0.31.2"
wasm-bindgen = "0.2.92"

Expand Down

0 comments on commit f368159

Please sign in to comment.