Skip to content

Commit c64973c

Browse files
authored
Release 0.0.9 (#44)
1 parent c584744 commit c64973c

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Changelog
22
=========
33

4+
[0.0.9](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.9) - 2024-10-18
5+
-------------------------------------------------------------------------------
6+
7+
### Added
8+
- Add option for auxillary randomness (#42)
9+
410
[0.0.8](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.8) - 2024-10-18
5-
---------------------------------------------------------------------------
11+
-------------------------------------------------------------------------------
612

713
### Added
814
- Update rust-bitcoin (#38)

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
3232

3333
[[package]]
3434
name = "bip322"
35-
version = "0.0.8"
35+
version = "0.0.9"
3636
dependencies = [
3737
"base64",
3838
"bitcoin",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
3232

3333
[[package]]
3434
name = "bip322"
35-
version = "0.0.8"
35+
version = "0.0.9"
3636
dependencies = [
3737
"base64",
3838
"bitcoin",

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip322"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
edition = "2021"
55
description = "Implements BIP322 generic message signing and verification"
66
license = "CC0-1.0"

www/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
bip322 = { version = "0.0.8", path = "../" }
10+
bip322 = { version = "0.0.9", path = "../" }
1111
bitcoin = "0.32.4"
1212
wasm-bindgen = "0.2.95"
1313

0 commit comments

Comments
 (0)