What changed, and why it matters
This commit only changes the package version number from 0.33.0-beta.1 to 0.33.0-beta.0 and updates the release date in the changelog. There are no code, logic, or dependency changes. It is purely a release bookkeeping adjustment with no security relevance.
No security action needed. This is a routine version bookkeeping commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies four metadata files: Cargo-minimal.lock, Cargo-recent.lock, bitcoin/CHANGELOG.md, and bitcoin/Cargo.toml. The only substantive change is setting the crate version string to 0.33.0-beta.0 and updating the changelog date. No source code, API, cryptographic, or dependency changes are present.
Changed components
Inspect captured patch +4 / −4
diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock
index ff59b1bc..54091390 100644
--- a/Cargo-minimal.lock
+++ b/Cargo-minimal.lock
@@ -47,7 +47,7 @@ dependencies = [
[[package]]
name = "bitcoin"
-version = "0.33.0-beta.1"
+version = "0.33.0-beta.0"
dependencies = [
"arbitrary",
"base58ck",
diff --git a/Cargo-recent.lock b/Cargo-recent.lock
index a0de3894..38e5f8be 100644
--- a/Cargo-recent.lock
+++ b/Cargo-recent.lock
@@ -46,7 +46,7 @@ dependencies = [
[[package]]
name = "bitcoin"
-version = "0.33.0-beta.1"
+version = "0.33.0-beta.0"
dependencies = [
"arbitrary",
"base58ck",
diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md
index e0f06067..50cd9af3 100644
--- a/bitcoin/CHANGELOG.md
+++ b/bitcoin/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.33.0-beta.0 - 2025-11-03
+# 0.33.0-beta.0 - 2025-12-29
This series of beta releases is meant for two things:
diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml
index c77be19b..54f8a4ae 100644
--- a/bitcoin/Cargo.toml
+++ b/bitcoin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
-version = "0.33.0-beta.1"
+version = "0.33.0-beta.0"
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.