What changed, and why it matters
This commit is a routine version bump for the electrs project from version 0.11.0 to 0.11.1. It only changes the version number in two files and adds a short release note describing minor improvements and dependency updates. There is no code change that fixes or introduces a security issue.
No security action needed; treat as a normal release version bump.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates Cargo.lock and Cargo.toml to set the package version to 0.11.1, and appends a 0.11.1 section to RELEASE-NOTES.md. The release notes mention an API compliance fix for transaction.id_from_pos, exposing configurable magic on non-signet networks, and routine dependency updates (bitcoin, ctrlc, log, serde_json, signal-hook, tempfile). No source code is modified and no security-relevant statements are present.
Changed components
Inspect captured patch +8 / −2
diff --git a/Cargo.lock b/Cargo.lock
index 92db7eb..7a37539 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,7 +406,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "electrs"
-version = "0.11.0"
+version = "0.11.1"
dependencies = [
"anyhow",
"bitcoin",
diff --git a/Cargo.toml b/Cargo.toml
index a20621b..8af0480 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "electrs"
-version = "0.11.0"
+version = "0.11.1"
authors = ["Roman Zeyde <me@romanzey.de>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index b961b73..679296f 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,9 @@
+# 0.11.1 (Feb 22 2026)
+
+* Update `transaction.id_from_pos` response for API compliance.
+* Expose configurable magic on non-signet.
+* Update dependencies (`bitcoin`, `ctrlc`, `log`, `serde_json`, `signal-hook`, `tempfile`).
+
# 0.11.0 (Nov 16 2025)
* Update MSRV to 1.85
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.