Browse Source

Bump version

master v0.8.0
Roman Zeyde 5 years ago
parent
commit
ef3c387189
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

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

2
Cargo.toml

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

3
RELEASE-NOTES.md

@ -1,10 +1,11 @@
# 0.8.0 (5 Oct 2019)
# 0.8.0 (28 Oct 2019)
* Use `configure_me` instead of `clap` to support config files, environment variables and man pages (@Kixunil)
* Don't accept `--cookie` via CLI arguments (@Kixunil)
* Define cache size in MB instead of number of elements (@dagurval)
* Support Rust >=1.34 (for Debian)
* Bump rust-rocksdb to 0.12.3, using RockDB 6.1.2
* Bump bitcoin crate to 0.21 (@MichelKansou)
# 0.7.1 (27 July 2019)

Loading…
Cancel
Save