What changed, and why it matters
This commit is a routine version bump for the electrs project from version 0.10.10 to 0.11.0. It only changes the version number in packaging files and sets the release date in the release notes. There are no code changes, no bug fixes, and no security-related modifications visible in this commit.
No security action is required for this commit. Reviewers interested in the security posture of electrs 0.11.0 should examine the full set of changes between 0.10.10 and 0.11.0, as this single commit does not contain any functional or security changes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates three metadata files: Cargo.lock, Cargo.toml, and RELEASE-NOTES.md. The only changes are the package version string (0.10.10 → 0.11.0) and the release date marker (TBD → Nov 16 2025). No source code, dependencies, or configuration logic were modified. The release notes mention an MSRV update and new distribution support, but these are not implemented in this commit.
Changed components
Inspect captured patch +3 / −3
diff --git a/Cargo.lock b/Cargo.lock
index 0baea8c..718e485 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -391,7 +391,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "electrs"
-version = "0.10.10"
+version = "0.11.0"
dependencies = [
"anyhow",
"bitcoin",
diff --git a/Cargo.toml b/Cargo.toml
index 9662d67..d37d6d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "electrs"
-version = "0.10.10"
+version = "0.11.0"
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 d1c91e4..b961b73 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,4 +1,4 @@
-# 0.11.0 (TBD)
+# 0.11.0 (Nov 16 2025)
* Update MSRV to 1.85
* Support Debian 13 (trixie) / Ubuntu 25.04 (plucky)
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.