From ea9a924fd321086029f3e719ee8e3fff385ba8cd Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 29 Sep 2024 17:55:02 +0300 Subject: [PATCH] Release 0.10.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE-NOTES.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eed32794..ffcd0c0a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "electrs" -version = "0.10.5" +version = "0.10.6" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 6c89e0435..54f0df86c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.10.5" +version = "0.10.6" 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 8a7b8e4ad..a57375a1e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,11 @@ +# 0.10.6 (Sep 29 2024) + +* Update dependencies (`bitcoin`, `configure_me_codegen`, `crossbeam-channel`, `log`) +* Deprecate unused config option `timestamp` +* Don't fail if bitcoind fee estimation is disabled +* Save on allocations by using fixed size types for database rows +* Add BTC Prague 2024 dev/hack/day slides + # 0.10.5 (May 18 2024) * Update dependencies (`bitcoin`, `bitcoin_slices`, `bitcoincore-rpc`, `rayon`)