1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Release 0.10.6

This commit is contained in:
Roman Zeyde 2024-09-29 17:55:02 +03:00
parent e47477fcb2
commit ea9a924fd3
3 changed files with 10 additions and 2 deletions

2
Cargo.lock generated
View File

@ -388,7 +388,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]]
name = "electrs"
version = "0.10.5"
version = "0.10.6"
dependencies = [
"anyhow",
"bitcoin",

View File

@ -1,6 +1,6 @@
[package]
name = "electrs"
version = "0.10.5"
version = "0.10.6"
authors = ["Roman Zeyde <me@romanzey.de>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"

View File

@ -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`)