Skip to content

Commit a809678

Browse files
committed
bitcoin: Bump version to 0.32.9
In preparation for release add a changelog entry, bump the version, and update the lock files. This release only includes a single PR.
1 parent 5ca2e9e commit a809678

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Cargo-minimal.lock

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

5454
[[package]]
5555
name = "bitcoin"
56-
version = "0.32.8"
56+
version = "0.32.9"
5757
dependencies = [
5858
"arbitrary",
5959
"base58ck",

Cargo-recent.lock

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

5353
[[package]]
5454
name = "bitcoin"
55-
version = "0.32.8"
55+
version = "0.32.9"
5656
dependencies = [
5757
"arbitrary",
5858
"base58ck",

bitcoin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.32.9 - 2025-03-26
2+
3+
- Backport `Arbitrary` [#5085](https://github.com/rust-bitcoin/rust-bitcoin/pull/5085)
4+
15
# 0.32.8 - 2025-11-24
26

37
- Backport - bip158: Return no match for empty query [#4972](https://github.com/rust-bitcoin/rust-bitcoin/pull/4972)

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