Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Dec 30, 2023
1 parent fd5e56a commit 84c9a79
Show file tree
Hide file tree
Showing 3 changed files with 12 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.1"
version = "0.10.2"
authors = ["Roman Zeyde <[email protected]>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.10.2 (Dec 31 2023)

* Use batched RPC to fetch mempool entries & transactions (#979)
* Avoid redundant recomputation of fee histogram bins (#971)
* Explain behavior of config file loading (#964)
* Don't flush when nothing is written to DB (#958)
* Allow setting RocksDB log directory (#959)
* Upgrade `bitcoin` to 0.31.0 (#941)
* Update dependencies (#953, #951, #980)

# 0.10.1 (Nov 01 2023)

* Fix build failure on Raspberry Pi 4 (32bit) (#940)
Expand Down

0 comments on commit 84c9a79

Please sign in to comment.