Skip to content

Commit

Permalink
Release 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Nov 5, 2024
1 parent 0f5f52e commit 7de627e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "electrs"
version = "0.10.6"
version = "0.10.7"
authors = ["Roman Zeyde <[email protected]>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down

0 comments on commit 7de627e

Please sign in to comment.