Skip to content

Commit

Permalink
Merge #78: release 0.10.1
Browse files Browse the repository at this point in the history
97b7ed8 release 0.10.1 (Andrew Poelstra)

Pull request description:

  This is a point release which just impls some traits when `cfg(fuzzing)` is set and does no other changes.

ACKs for top commit:
  delta1:
    ACK 97b7ed8

Tree-SHA512: 30610c6f7666061e9b84ec7bfb9fa3212eedf9d0b29e4dd2f405e63935b4d53dec736dc2ec409582e0702d06407746fc3db586c15a85a8b91fffa1caf18a5236
  • Loading branch information
apoelstra committed Jan 10, 2024
2 parents adb373a + 97b7ed8 commit 1e6dd22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.10.1 - 2024-01-10

- Fix compilation when `cfg(fuzzing)` is set

# 0.10.0 - 2024-01-02

- update `secp256k1` to 0.28.0
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.10.0"
version = "0.10.1"
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
"Andrew Poelstra <[email protected]>",
"Lucas Soriano <[email protected]>",
Expand Down

0 comments on commit 1e6dd22

Please sign in to comment.