Skip to content

Commit 46881ed

Browse files
committed
Bump version
1 parent 1a90c50 commit 46881ed

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrs"
3-
version = "0.9.13"
3+
version = "0.9.14"
44
authors = ["Roman Zeyde <me@romanzey.de>"]
55
description = "An efficient re-implementation of Electrum Server in Rust"
66
license = "MIT"

RELEASE-NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.9.14 (Jun 10 2023)
2+
3+
* Fix 'server.version' support for version range (#887)
4+
* Allow not waiting for block download before sync (#888)
5+
* Fix typo in config_specification.toml (#883)
6+
* Bump bitcoind version used in CI (#882)
7+
* Prefix Prometheus metrics with 'electrs_' (#881)
8+
* Fixup error handling in Prometheus HTTP server (#880)
9+
* Add address->scripthash conversion tool
10+
* Update dependencies (crossbeam-channel, jsonrpc, bitcoincore-rpc, serde_json, tempfile)
11+
112
# 0.9.13 (Mar 31 2023)
213

314
* Upgrade dependencies (`bitcoin` & `bitcoincore-rpc` #865, `crossbeam-channel` #854, `serde_json` #855, `tempfile` #850)

0 commit comments

Comments
 (0)