bitcoin: Bump version to 0.33.0-beta.1
What changed, and why it matters
This commit is a routine version bump from 0.33.0-beta.0 to 0.33.0-beta.1 for the rust-bitcoin library. It only changes version numbers in package metadata and lock files, plus reorders a changelog list. There is no code change and no security relevance.
No action required; this is a metadata-only release preparation commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates the bitcoin crate version string in bitcoin/Cargo.toml and both Cargo-minimal.lock and Cargo-recent.lock. It also reorganizes dependency references in bitcoin/CHANGELOG.md and adds a note about an MSRV bump. No source code, API behavior, or cryptographic logic is modified.
Changed components
Inspect captured patch +9 / −7
diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock
index 82818f63..286f11bf 100644
--- a/Cargo-minimal.lock
+++ b/Cargo-minimal.lock
@@ -47,7 +47,7 @@ dependencies = [
[[package]]
name = "bitcoin"
-version = "0.33.0-beta.0"
+version = "0.33.0-beta.1"
dependencies = [
"arbitrary",
"base58ck",
diff --git a/Cargo-recent.lock b/Cargo-recent.lock
index cb92942c..878cb740 100644
--- a/Cargo-recent.lock
+++ b/Cargo-recent.lock
@@ -46,7 +46,7 @@ dependencies = [
[[package]]
name = "bitcoin"
-version = "0.33.0-beta.0"
+version = "0.33.0-beta.1"
dependencies = [
"arbitrary",
"base58ck",
diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md
index 64722ec9..e0f06067 100644
--- a/bitcoin/CHANGELOG.md
+++ b/bitcoin/CHANGELOG.md
@@ -18,13 +18,14 @@ We do not currently intend on releasing `bitcoin 0.33.0` until the `1.0` release
For changes to our dependencies included in this release see:
-- `bitcoin_hashes 0.17`: [changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/hashes/CHANGELOG.md)
-- `hex-conservative 1.0.0`: [changelog](https://github.com/rust-bitcoin/hex-conservative/blob/1.x/CHANGELOG.md)
-- `hex-conservative 0.3`: [changelog](https://github.com/rust-bitcoin/hex-conservative/blob/master/CHANGELOG.md)
-- `bitcoin-io 0.2`: [changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/io/CHANGELOG.md)
- `bitcoin-primitives: 1.0.0-rc`: [changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/primitives/CHANGELOG.md)
- `bitcoin-units 1.0.0-rc`: [changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/units/CHANGELOG.md)
- `bitcoin-consensus-encoding 1.0.0-rc` [changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/consensus_encoding/CHANGELOG.md)
+- `bitcoin_hashes 0.19`: [changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/hashes/CHANGELOG.md)
+- `base58ck 0.3.0`: [changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/base58/CHANGELOG.md)
+- `bitcoin-io 0.2`: [changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/io/CHANGELOG.md)
+- `hex-conservative 1.0.0`: [changelog](https://github.com/rust-bitcoin/hex-conservative/blob/1.x/CHANGELOG.md)
+- `hex-conservative 0.3`: [changelog](https://github.com/rust-bitcoin/hex-conservative/blob/master/CHANGELOG.md)
## Worthy on note
@@ -41,6 +42,7 @@ The `serde` serialization for `Psbt` has changed.
## Changes
+- Bump MSRV from 1.63.0 to 1.74.0 for all crates in the repo [#4926](https://github.com/rust-bitcoin/rust-bitcoin/pull/4926)
- Deprecate unchecked `amount` ops [#3759](https://github.com/rust-bitcoin/rust-bitcoin/pull/3759)
- Change parameter type used for whole bitcoin amounts [#3744](https://github.com/rust-bitcoin/rust-bitcoin/pull/3744)
- Add `Weight::to_kwu_ceil` [#3740](https://github.com/rust-bitcoin/rust-bitcoin/pull/3740)
diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml
index da9ad8f3..ce1616ae 100644
--- a/bitcoin/Cargo.toml
+++ b/bitcoin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
-version = "0.33.0-beta.0"
+version = "0.33.0-beta.1"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.