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
+
1
23
# 0.31.0 - 2025-04-21
2
24
3
25
* 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"
206
206
207
207
[[package]]
208
208
name = "secp256k1"
209
- version = "0.31.1 "
209
+ version = "0.32.0 "
210
210
dependencies = [
211
211
"arbitrary",
212
212
"bincode",
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
197
197
198
198
[[package]]
199
199
name = "secp256k1"
200
- version = "0.31.1 "
200
+ version = "0.32.0 "
201
201
dependencies = [
202
202
"arbitrary",
203
203
"bincode",
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " secp256k1"
3
- version = " 0.31.1 "
3
+ version = " 0.32.0 "
4
4
authors = [ " Dawid Ciężarkiewicz <dpc@ucore.info>" ,
5
5
" Andrew Poelstra <apoelstra@wpsoftware.net>" ]
6
6
license = " CC0-1.0"
You can’t perform that action at this time.
0 commit comments