Skip to content

Commit

Permalink
Release 0.0.8 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Oct 20, 2024
1 parent 8a0101e commit efb1804
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
Changelog
=========

[0.0.7](https://github.com/raphjaph/bip322/releases/tag/0.0.7) - 2024-08-26
[0.0.8](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.8) - 2024-10-18
---------------------------------------------------------------------------

### Added
- Update rust-bitcoin (#38)
- Add rust-bitcoin CI (#37)
- Add MSRV for 1.63 (#34)

[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
---------------------------------------------------------------------------

### Added

- Sign and verify P2WPKH (#26)
- Tweak README (#23)

Expand Down
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"

[[package]]
name = "bip322"
version = "0.0.7"
version = "0.0.8"
dependencies = [
"base64",
"bitcoin",
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"

[[package]]
name = "bip322"
version = "0.0.7"
version = "0.0.8"
dependencies = [
"base64",
"bitcoin",
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "bip322"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
description = "Implements BIP322 generic message signing and verification"
license = "CC0-1.0"
homepage = "https://bip322.rs"
repository = "https://github.com/raphjaph/bip322"
repository = "https://github.com/rust-bitcoin/bip322"
rust-version = "1.63"

[features]
Expand Down
4 changes: 1 addition & 3 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.7"
bip322 = { version = "0.0.8", path = "../" }
bitcoin = "0.32.3"
wasm-bindgen = "0.2.95"

Expand Down

0 comments on commit efb1804

Please sign in to comment.