Skip to content

Commit 7ab9405

Browse files
committed
Merge #87: Release 0.11.1
0e095e7 chore: release 0.11.1 (Christian Lewe) Pull request description: Create a new release for a version of the library that builds on WASM. ACKs for top commit: apoelstra: ACK 0e095e7; successfully ran local tests Tree-SHA512: 6d681a161f76ecbdb62bde1d8ab5b076a75f68690bdafb7802b73834b9a4df0597578f13dcc213d60118c1cde72a6544c87ccfd368e742ed624b94ca92af5dba
2 parents 0a3e73c + 0e095e7 commit 7ab9405

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.11.1 - 2024-10-21
2+
3+
- Fix compilation on target wasm32-unknown-unknown
4+
15
# 0.11.0 - 2024-07-09
26

37
- Update upstream to 6152622613fdf1c5af6f31f74c427c4e9ee120ce

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-zkp"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>",
66
"Lucas Soriano <[email protected]>",

0 commit comments

Comments
 (0)