Browse Source

Bump version

fees v0.6.0
Roman Zeyde 6 years ago
parent
commit
94e139934f
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 3
      RELEASE-NOTES.md

2
Cargo.lock

@ -320,7 +320,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "electrs"
version = "0.5.0"
version = "0.6.0"
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)",

2
Cargo.toml

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

3
RELEASE-NOTES.md

@ -1,4 +1,4 @@
# 0.6.0 (TBD)
# 0.6.0 (29 Apr 2019)
* Update to Rust 1.34
* Prefix Prometheus metrics with 'electrs_'
@ -6,6 +6,7 @@
* Update Bitcoin crate to 0.18
* Support latest bitcoind mempool entry vsize field name
* Fix "chain-trimming" reorgs
* Serve by default on IPv4 localhost
# 0.5.0 (3 Mar 2019)

Loading…
Cancel
Save