Skip to content

Commit 4668580

Browse files
committed
Merge rust-bitcoin#5322: Release tracking PR: bitcoin v0.32.8
6df8fdf bitcoin: Bump version to 0.32.8 (Tobin C. Harding) 0ecaa36 docs: Remove TapTreeIter (Tobin C. Harding) Pull request description: Remove `doc_auto_cfg` then bump the version number, add a changelog entry, and update the lock files. The mysterious `TapTreeIter` just won't go away, how many times have I/we removed it from the docs? ACKs for top commit: apoelstra: ACK 6df8fdf; successfully ran local tests Tree-SHA512: 064f8add5463985b94b60f33ba7e6ce20638513ce20463acb3be5a326cb372a6d42fc1b96f0f0a9f68369308dc2a00bae74cb85ab6374ec8d9f966975ae76e6c
2 parents 86c6960 + 6df8fdf commit 4668580

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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.7"
50+
version = "0.32.8"
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.7"
49+
version = "0.32.8"
5050
dependencies = [
5151
"base58ck",
5252
"base64",

bitcoin/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.32.8 - 2025-11-24
2+
3+
- Backport - bip158: Return no match for empty query [#4972](https://github.com/rust-bitcoin/rust-bitcoin/pull/4972)
4+
- Remove `doc_auto_cfg`
5+
16
# 0.32.7 - 2025-07-30
27

38
- Backport - Use `_u32` in `FeeRate` constructor instead of `_unchecked` [#4552](https://github.com/rust-bitcoin/rust-bitcoin/pull/4552)

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.7"
3+
version = "0.32.8"
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)