Skip to content

Commit

Permalink
Update changelog ready for release of rc2
Browse files Browse the repository at this point in the history
In preparation for releasing the next release candidate:

- Update the changelog to mirror the current state.
- Bump the version.

Note, there is only one additional patch that effects users in rc2.
  • Loading branch information
tcharding committed Apr 18, 2024
1 parent 7a28b38 commit 7137134
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [

[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.32.0-rc2"
dependencies = [
"base58ck",
"base64",
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [

[[package]]
name = "bitcoin"
version = "0.32.0-rc1"
version = "0.32.0-rc2"
dependencies = [
"base58ck",
"base64",
Expand Down
2 changes: 1 addition & 1 deletion bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
- `sig` becomes `signature`
- `hash_ty` becomes `sighash_type`
- Rename `txid` to `compute_txid` [#2366](https://github.com/rust-bitcoin/rust-bitcoin/pull/2366)
- In hardcoded BIP-32 derivation paths: Remove `m/` prefix requirement [#2451](https://github.com/rust-bitcoin/rust-bitcoin/pull/2451)

## Crate smashing

Expand All @@ -28,6 +27,7 @@ smaller crates AKA crate smashing.
- Fix `InputWeightPrediction::P2WPKH_MAX` constant DER sig length [#2213](https://github.com/rust-bitcoin/rust-bitcoin/pull/2213)
- Fix CJDNS marker byte check [#2546](https://github.com/rust-bitcoin/rust-bitcoin/pull/2546)
- Add resource limit check during deserialization of merkle block [#2607](https://github.com/rust-bitcoin/rust-bitcoin/pull/2607)
- Allow `m/` prefix in BIP-32 in derivation path strings but do not enforce it [#2684](https://github.com/rust-bitcoin/rust-bitcoin/pull/2684)

## Changes to and involving the `Network` type

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.32.0-rc1"
version = "0.32.0-rc2"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Expand Down

0 comments on commit 7137134

Please sign in to comment.