diff --git a/Cargo.lock b/Cargo.lock index 5f11be06..46e7d5b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "electrs" -version = "0.10.6" +version = "0.10.7" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 48e5b712..03922458 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.10.6" +version = "0.10.7" 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 a57375a1..1943b6d8 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,10 @@ +# 0.10.7 (Nov 05 2024) + +* Support testnet4 +* Enable LTO in release build +* Don't sync mempool when bitcoind mempool is not yet loaded +* Update dependencies (`bitcoin`, `bitcoin_slices`) + # 0.10.6 (Sep 29 2024) * Update dependencies (`bitcoin`, `configure_me_codegen`, `crossbeam-channel`, `log`)