1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-22 22:36:37 +01:00

Bump version

This commit is contained in:
Roman Zeyde 2023-06-09 20:15:39 +03:00
parent 1a90c5041b
commit 46881ed884
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB
3 changed files with 13 additions and 2 deletions

2
Cargo.lock generated
View file

@ -312,7 +312,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "electrs"
version = "0.9.13"
version = "0.9.14"
dependencies = [
"anyhow",
"bitcoin",

View file

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

View file

@ -1,3 +1,14 @@
# 0.9.14 (Jun 10 2023)
* Fix 'server.version' support for version range (#887)
* Allow not waiting for block download before sync (#888)
* Fix typo in config_specification.toml (#883)
* Bump bitcoind version used in CI (#882)
* Prefix Prometheus metrics with 'electrs_' (#881)
* Fixup error handling in Prometheus HTTP server (#880)
* Add address->scripthash conversion tool
* Update dependencies (crossbeam-channel, jsonrpc, bitcoincore-rpc, serde_json, tempfile)
# 0.9.13 (Mar 31 2023)
* Upgrade dependencies (`bitcoin` & `bitcoincore-rpc` #865, `crossbeam-channel` #854, `serde_json` #855, `tempfile` #850)