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

Release 0.9.1

This commit is contained in:
Roman Zeyde 2021-10-17 21:18:44 +03:00
parent c411280d34
commit e3ea373472
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -331,7 +331,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "electrs"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"anyhow",
"bitcoin",

View File

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

View File

@ -1,4 +1,4 @@
# 0.9.1 (TBD)
# 0.9.1 (Oct 19 2021)
* Initialize chain height metric (#515)
* Don't shutdown write-side before all responses are sent back (#523)
@ -9,7 +9,7 @@
* Add p2p protocol monitoring (#546)
* Fix contrib/xpub.py support for ypub/zpub keys (#549)
* Rewrite and simplify p2p message receiving thread (#550)
* Re-introduce mempool vsize and txs' count metrics (#557, #562)
* Re-introduce mempool vsize and txs' count metrics (#557, #562, #563)
* Allow RPC connection before initial sync is over (#558)
# 0.9.0 (Sep 30 2021)