Skip to content

Commit 264e84a

Browse files
committed
Merge #88: Release 0.11.1 (fix)
d96d701 chore: Bump version of secp256k1-zkp (Christian Lewe) a8b4ae3 Revert "chore: release 0.11.1" (Christian Lewe) Pull request description: Update the sys crate and revert the update of the parent crate. Fixes #87 ACKs for top commit: apoelstra: ACK d96d701 Tree-SHA512: 4a25d0a4d93ab4342090ab8f94735787999216fe1eb78ae82913afbe4dcd68c01b85a65d06fc95a612422cf928e8d4a04978ff9f09a63fb978c963dcad6b7fa7
2 parents 7ab9405 + d96d701 commit 264e84a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

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

73
- 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.1"
3+
version = "0.11.0"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>",
66
"Lucas Soriano <[email protected]>",

secp256k1-zkp-sys/CHANGELOG.md

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

37
- Update upstream to 6152622613fdf1c5af6f31f74c427c4e9ee120ce

secp256k1-zkp-sys/Cargo.toml

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

0 commit comments

Comments
 (0)