Skip to content

Commit 044fb7b

Browse files
committed
Merge rust-bitcoin#2843: release 0.32.2
f1933bf release 0.32.2 (Andrew Poelstra) Pull request description: Release after rust-bitcoin#2837. ACKs for top commit: Kixunil: ACK f1933bf Tree-SHA512: 8bbbac771940c503fb4960a07061cafa8c0e260254d3402a69a741f0ce24c0e04ec77a0dece286b4ac668904cc3109c3cd9712561b85ae80c471b9df261e124a
2 parents 467f1c0 + f1933bf commit 044fb7b

File tree

4 files changed

+7
-3
lines changed

4 files changed

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

bitcoin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.32.2 - 2024-06-07
2+
3+
- Fix a bug when parsing 256-bit numeric types [#2837](https://github.com/rust-bitcoin/rust-bitcoin/pull/2837)
4+
15
# 0.32.1 - 2024-05-29
26

37
Fix things we broke/removed from the `Address` API in the last release.

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