Skip to content

Commit

Permalink
Merge rust-bitcoin/rust-bitcoin#2648: release 0.31.2
Browse files Browse the repository at this point in the history
a5650d8 release 0.31.1 (Andrew Poelstra)

Pull request description:

  We forgot to add a release commit to the backport #2614.

ACKs for top commit:
  sanket1729:
    ACK a5650d8.

Tree-SHA512: da7758fed67e6fa1afd2a7558b54e91046b3cf9953aad809239d189bada77cfe0a2ccb8ee03a4a058832666972ad82a393526cd21f47b94b40c327a00d3c17d1
  • Loading branch information
apoelstra committed Apr 2, 2024
2 parents f7005a2 + a5650d8 commit acd2c47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.31.2 - 2024-04-01

- Fix parsing bug in `merkle_block::deserialize` [#2614](https://github.com/rust-bitcoin/rust-bitcoin/pull/2614)

# 0.31.1 - 2024-01-09

- Fix bug in `FeeRate::checked_mul_by_weight` [#2128](https://github.com/rust-bitcoin/rust-bitcoin/pull/2182)
Expand Down
2 changes: 1 addition & 1 deletion bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "0.31.1"
version = "0.31.2"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Expand Down

0 comments on commit acd2c47

Please sign in to comment.