Skip to content

Commit b334224

Browse files
committed
bitcoin: Bump version to 0.32.5
In preparation for release add a changelog entry, bump the version, and update the lock files - BOOM!
1 parent ca3ebd7 commit b334224

File tree

4 files changed

+10
-3
lines changed

4 files changed

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

bitcoin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.32.5 - 2024-11-27
2+
3+
- Backport - Re-export `bech32` crate [#3662](https://github.com/rust-bitcoin/rust-bitcoin/pull/3662)
4+
- Backport - Add API for extracting the inner payload of `RawNetworkMessage` [#3523](https://github.com/rust-bitcoin/rust-bitcoin/pull/3523)
5+
- Backport - Fix bug in witness stack getters [#3626](https://github.com/rust-bitcoin/rust-bitcoin/pull/3626)
6+
- Backport - address: Add `Address::into_unchecked` [#3655](https://github.com/rust-bitcoin/rust-bitcoin/pull/3655)
7+
18
# 0.32.4 - 2024-10-24
29

310
- Bound decode methods on `Read`, rather than `BufRead` [#3173](https://github.com/rust-bitcoin/rust-bitcoin/pull/3173)

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