What changed, and why it matters
This commit is a routine version bump from 0.11.1 to 0.12.0 in the project's package metadata files. It changes only the version number strings in Cargo.toml and Cargo.lock. There is no code change, no bug fix, and no security-related content in the diff.
No action needed for security. Review the full 0.12.0 release changelog separately if assessing the security of the release as a whole, since this commit only performs the version bump.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates the crate version field from ‘0.11.1’ to ‘0.12.0’ in Cargo.toml and the corresponding locked version in Cargo.lock. No source files, dependencies, or configuration were modified. No security signals are present.
Changed components
Inspect captured patch +2 / −2
### Cargo.lock
@@ -366,7 +366,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "electrs"
-version = "0.11.1"
+version = "0.12.0"
dependencies = [
"anyhow",
"bindex",
### Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "electrs"
-version = "0.11.1"
+version = "0.12.0"
authors = ["Roman Zeyde <me@romanzey.de>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"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.