Bump version

This commit is contained in:
Roman Zeyde 2019-05-09 11:48:02 +03:00
parent 26185dcb47
commit 1aeba092ec
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -311,7 +311,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "electrs"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "electrs"
version = "0.6.0"
version = "0.6.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.6.1 (TBD)
# 0.6.1 (9 May 2019)
* Fix crash during initial sync
* Switch to `signal-hook` crate