File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.32.0 - 2025-09-09
2+
3+ * Remove the ` bitcoin-hashes ` feature (and dependency) [ #837 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/837 )
4+ * Introduce ` Arbitrary ` crate and add ` PublicKey ` arbitrary impl [ #826 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/826 )
5+ * Add arbitrary impl for types used in ` PSBT ` s [ #828 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/828 )
6+ * ` secp256k1-sys ` : Fix lowmemory feature [ #799 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/799 )
7+ * Improve ` RecoveryId ` conversion functions [ #800 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/800 )
8+ * Explicitly set ` RecoveryId ` value [ #801 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/801 )
9+ * Introduce new global context API with rerandomization [ #806 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/806 )
10+
11+ ## Add support for MuSig2
12+
13+ Done as an initial PR [ #716 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/716 ) then a bunch of follow up PRs:
14+
15+ * #811
16+ * #794
17+ * #797
18+ * #798
19+ * #802
20+ * #803
21+ * #805
22+
123# 0.31.0 - 2025-04-21
224
325* Update ` rand ` to 0.9 [ #788 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/788 )
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
206206
207207[[package]]
208208name = "secp256k1"
209- version = "0.31.1 "
209+ version = "0.32.0 "
210210dependencies = [
211211 "arbitrary",
212212 "bincode",
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
197197
198198[[package]]
199199name = "secp256k1"
200- version = "0.31.1 "
200+ version = "0.32.0 "
201201dependencies = [
202202 "arbitrary",
203203 "bincode",
Original file line number Diff line number Diff line change 11[package ]
22name = " secp256k1"
3- version = " 0.31.1 "
3+ version = " 0.32.0 "
44authors = [ " Dawid Ciężarkiewicz <dpc@ucore.info>" ,
55 " Andrew Poelstra <apoelstra@wpsoftware.net>" ]
66license = " CC0-1.0"
You can’t perform that action at this time.
0 commit comments