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

Bump version

This commit is contained in:
Roman Zeyde 2018-12-23 09:55:54 +02:00
parent 1ea6a50325
commit 5453ffe72a
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
3 changed files with 9 additions and 2 deletions

2
Cargo.lock generated
View File

@ -299,7 +299,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "electrs"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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

View File

@ -1,3 +1,10 @@
# 0.4.3 (23 Dec 2018)
* Support Rust 2018 edition (1.31)
* Upgrade to Electrum protocol 1.4 (from 1.2)
* Let server banner be configurable via command-line flag
* Improve query.get_merkle_proof() performance
# 0.4.2 (22 Nov 2018)
* Update to rust-bitcoin 0.15.1