From ef83fef2b6323c2ba9763a0f6707fbd0f3dfed87 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 1 Feb 2025 19:07:59 +0200 Subject: [PATCH] Release 0.10.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE-NOTES.md | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4beebaf2..e27f87671 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "electrs" -version = "0.10.8" +version = "0.10.9" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 27305c90a..b0a0f054b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.10.8" +version = "0.10.9" authors = ["Roman Zeyde "] description = "An efficient re-implementation of Electrum Server in Rust" license = "MIT" diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 25f77c7ae..4a2c95e02 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,8 @@ +# 0.10.9 (Feb 01 2025) + +* Update `bitcoin_slices` to 0.10.0 +* Allow concurrent DB background operations for SSDs + # 0.10.8 (Dec 30 2024) * Separate blocks reading & index writing into scoped threads @@ -7,7 +12,6 @@ * Run CI only on `master` branch and PRs * Update dependencies (`bitcoin`, `bitcoin_slices`, `crossbeam-channel`, `tempfile`) - # 0.10.7 (Nov 05 2024) * Support testnet4