Skip to content

Commit

Permalink
Release 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Feb 1, 2025
1 parent c874502 commit ef83fef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.8"
version = "0.10.9"
authors = ["Roman Zeyde <me@romanzey.de>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"
Expand Down
6 changes: 5 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit ef83fef

Please sign in to comment.