Skip to content

Commit 4677f82

Browse files
committed
Merge rust-bitcoin#2807: Release tracking PR: v0.32.1
fd85fa4 Bump version to 0.32.1 (Tobin C. Harding) Pull request description: In preparation for doing a point release add a changelog entry and bump the version. Note that the changelog risks being lost because this patch is going to go in via the `0.32.x` branch and will not exist on master. Close: rust-bitcoin#2784 ACKs for top commit: apoelstra: ACK fd85fa4 amazing to see green CI on a backport PR! Tree-SHA512: 456ee697c34807962dbac3300cb30477d510cf1ab85ce0807af935d69f6255053e5de7497e343d90e3ba40b6410fe282c773d62cc4249501f71742f40e92022d
2 parents 9754bae + fd85fa4 commit 4677f82

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

Cargo-minimal.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747

4848
[[package]]
4949
name = "bitcoin"
50-
version = "0.32.0"
50+
version = "0.32.1"
5151
dependencies = [
5252
"base58ck",
5353
"base64",

Cargo-recent.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646

4747
[[package]]
4848
name = "bitcoin"
49-
version = "0.32.0"
49+
version = "0.32.1"
5050
dependencies = [
5151
"base58ck",
5252
"base64",

bitcoin/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.32.1 - 2024-05-29
2+
3+
Fix things we broke/removed from the `Address` API in the last release.
4+
5+
- Enable getting the witness program from an address [#2804](https://github.com/rust-bitcoin/rust-bitcoin/pull/2804)
6+
- Make `Address:p2sh_from_hash` public [#2806](https://github.com/rust-bitcoin/rust-bitcoin/pull/2806)
7+
- Add an `AddressData` type [#2810](https://github.com/rust-bitcoin/rust-bitcoin/pull/2810)
8+
9+
If you are looking for the `address::Payload` type we removed in `v0.32.0` then the `AddressData` type
10+
might be what you are after.
11+
112
# 0.32.0 - 2024-04-23
213

314
- Bump MSRV to Rust 1.56.1 [#2188](https://github.com/rust-bitcoin/rust-bitcoin/pull/2188)

bitcoin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoin"
3-
version = "0.32.0"
3+
version = "0.32.1"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"

0 commit comments

Comments
 (0)