mirror of
https://github.com/romanz/electrs.git
synced 2025-02-22 22:36:37 +01:00
Bump version
This commit is contained in:
parent
1a90c5041b
commit
46881ed884
3 changed files with 13 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -312,7 +312,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|||
|
||||
[[package]]
|
||||
name = "electrs"
|
||||
version = "0.9.13"
|
||||
version = "0.9.14"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitcoin",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue