Skip to content

Commit 8aec240

Browse files
committed
Merge rust-bitcoin#4740: Release tracking PR: bitcoin 0.32.7
571cd7f bitcoin: Bump version to 0.32.7 (Tobin C. Harding) Pull request description: In preparation for release bump the version, add a changelog entry, and update the lock files. ACKs for top commit: apoelstra: ACK 571cd7f; successfully ran local tests Tree-SHA512: c1a9ddaebe60c3d048220855543de50757a0465ebd2f5d45e0794c9b0a617a82a521c04ab420719838e15dff66566cbbee0903e11c740faad4fcc8654a0fe947
2 parents db7a238 + 571cd7f commit 8aec240

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747

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

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646

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

bitcoin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.32.7 - 2025-07-30
2+
3+
- Backport - Use `_u32` in `FeeRate` constructor instead of `_unchecked` [#4552](https://github.com/rust-bitcoin/rust-bitcoin/pull/4552)
4+
- Backport - Add support for pay to anchor outputs [#4691](https://github.com/rust-bitcoin/rust-bitcoin/pull/4691)
5+
- Backport - Remove `non_exhaustive` from `Network` [#4658](https://github.com/rust-bitcoin/rust-bitcoin/pull/4658)
6+
17
# 0.32.6 - 2025-05-06
28

39
- Backport - Fix `is_invalid_use_of_sighash_single()` incompatibility with Bitcoin Core [#4122](https://github.com/rust-bitcoin/rust-bitcoin/pull/4122)

bitcoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoin"
3-
version = "0.32.6"
3+
version = "0.32.7"
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)