We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6131ffd + db73dfa commit 2fa4edcCopy full SHA for 2fa4edc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 0.9.2 - 2023-07-18
4
+
5
+- Impl `Ord` for `RangeProof`, `SurjectionProof` and `PedersenCommitment`
6
7
# 0.9.1 - 2023-06-09
8
9
- Add `Hash` derive to `Tweak`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "secp256k1-zkp"
-version = "0.9.1"
+version = "0.9.2"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>",
"Lucas Soriano <lucas@comit.network>",
0 commit comments