Skip to content

Commit

Permalink
Release 0.0.9 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Nov 1, 2024
1 parent c584744 commit c64973c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Changelog
=========

[0.0.9](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.9) - 2024-10-18
-------------------------------------------------------------------------------

### Added
- Add option for auxillary randomness (#42)

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

### Added
- Update rust-bitcoin (#38)
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.8"
version = "0.0.9"
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.8"
version = "0.0.9"
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.

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.8"
version = "0.0.9"
edition = "2021"
description = "Implements BIP322 generic message signing and verification"
license = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion 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 = { version = "0.0.8", path = "../" }
bip322 = { version = "0.0.9", path = "../" }
bitcoin = "0.32.4"
wasm-bindgen = "0.2.95"

Expand Down

0 comments on commit c64973c

Please # to comment.