File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies = [
47
47
48
48
[[package]]
49
49
name = "bitcoin"
50
- version = "0.32.0-rc1 "
50
+ version = "0.32.0"
51
51
dependencies = [
52
52
"base58ck",
53
53
"base64",
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies = [
46
46
47
47
[[package]]
48
48
name = "bitcoin"
49
- version = "0.32.0-rc1 "
49
+ version = "0.32.0"
50
50
dependencies = [
51
51
"base58ck",
52
52
"base64",
Original file line number Diff line number Diff line change 1
- # 0.32.0 - TODO: Add date when we do final release
1
+ # 0.32.0 - 2024-04-23
2
2
3
3
- Bump MSRV to Rust 1.56.1 [ #2188 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2188 )
4
4
- Remove "no-std" feature [ #2233 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2233 )
10
10
- ` sig ` becomes ` signature `
11
11
- ` hash_ty ` becomes ` sighash_type `
12
12
- Rename ` txid ` to ` compute_txid ` [ #2366 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2366 )
13
- - In hardcoded BIP-32 derivation paths: Remove ` m/ ` prefix requirement [ #2451 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2451 )
14
13
15
14
## Crate smashing
16
15
@@ -28,6 +27,7 @@ smaller crates AKA crate smashing.
28
27
- Fix ` InputWeightPrediction::P2WPKH_MAX ` constant DER sig length [ #2213 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2213 )
29
28
- Fix CJDNS marker byte check [ #2546 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2546 )
30
29
- Add resource limit check during deserialization of merkle block [ #2607 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2607 )
30
+ - Allow ` m/ ` prefix in BIP-32 in derivation path strings but do not enforce it [ #2684 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2684 )
31
31
32
32
## Changes to and involving the ` Network ` type
33
33
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoin"
3
- version = " 0.32.0-rc1 "
3
+ version = " 0.32.0"
4
4
authors = [
" Andrew Poelstra <[email protected] >" ]
5
5
license = " CC0-1.0"
6
6
repository = " https://github.com/rust-bitcoin/rust-bitcoin/"
You can’t perform that action at this time.
0 commit comments