File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 0.29.0 - 2024-04-02
2
2
3
- * Deprecate ` ThirtyTwoByteHash `
3
+ * Deprecate ` ThirtyTwoByteHash ` [ # 686 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/686 )
4
4
5
5
This trait turned out to be problematic during upgrade because we support a ranged dependency for
6
6
` bitcoin_hashes ` . Consider implementing ` From<T> for Message ` for your type iff your type is a 32
9
9
introducing generics in a future version and the compiler will not be able to work out the target
10
10
type.
11
11
12
- * Bump MSRV to Rust ` v1.56.1 `
13
- * Upgrade ` hashes ` using range dependency ` version = ">= 0.12, <= 0.14" ` .
12
+ * Bump MSRV to Rust ` v1.56.1 ` [ #693 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/693 )
13
+ * Upgrade ` hashes ` using range dependency ` version = ">= 0.12, <= 0.14" ` [ #690 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/690 )
14
+ * Depend on latest ` secp256k1-sys ` (vendors ` secp256k1 v0.4.1 ` ) [ #688 ] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/688 )
14
15
15
16
# 0.28.2 - 2024-01-30
16
17
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
257
257
258
258
[[package]]
259
259
name = "secp256k1"
260
- version = "0.28.2 "
260
+ version = "0.29.0 "
261
261
dependencies = [
262
262
"bincode",
263
263
"bitcoin_hashes",
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
178
178
179
179
[[package]]
180
180
name = "secp256k1"
181
- version = "0.28.2 "
181
+ version = "0.29.0 "
182
182
dependencies = [
183
183
"bincode",
184
184
"bitcoin_hashes",
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " secp256k1"
3
- version = " 0.28.2 "
3
+ version = " 0.29.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