Skip to content

Commit

Permalink
Merge #88: Release 0.11.1 (fix)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
apoelstra committed Oct 24, 2024
2 parents 7ab9405 + d96d701 commit 264e84a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 0.11.1 - 2024-10-21

- Fix compilation on target wasm32-unknown-unknown

# 0.11.0 - 2024-07-09

- Update upstream to 6152622613fdf1c5af6f31f74c427c4e9ee120ce
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secp256k1-zkp"
version = "0.11.1"
version = "0.11.0"
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
"Andrew Poelstra <[email protected]>",
"Lucas Soriano <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions secp256k1-zkp-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.10.1 - 2024-10-24

- Fix compilation on target wasm32-unknown-unknown

# 0.10.0 - 2024-07-09

- Update upstream to 6152622613fdf1c5af6f31f74c427c4e9ee120ce
Expand Down
2 changes: 1 addition & 1 deletion secp256k1-zkp-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secp256k1-zkp-sys"
version = "0.10.0"
version = "0.10.1"
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
"Andrew Poelstra <[email protected]>",
"Steven Roose <[email protected]>",
Expand Down

0 comments on commit 264e84a

Please sign in to comment.