Bump ledger_bitcoin_client version to 0.5.1
What changed, and why it matters
This commit only increases a version number in a package metadata file from 0.5.0 to 0.5.1. There are no code changes, no security fixes, and no functional changes visible in the diff.
No security action needed. Review the separate 0.5.1 release notes or tag if you want to understand what prompted the version bump, as the actual changes are not present in this commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change is a single-line version bump in bitcoin_client_rs/Cargo.toml for the ledger_bitcoin_client crate. No source code, dependencies, build configuration, or documentation were modified.
Changed components
bitcoin_client_rs/Cargo.tomlInspect captured patch +1 / −1
diff --git a/bitcoin_client_rs/Cargo.toml b/bitcoin_client_rs/Cargo.toml
index e9c71d1..548036a 100644
--- a/bitcoin_client_rs/Cargo.toml
+++ b/bitcoin_client_rs/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ledger_bitcoin_client"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Ledger"]
edition = "2018"
description = "Ledger Bitcoin application client"
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.