Browse Source

Bump version

master v0.7.1
Roman Zeyde 5 years ago
parent
commit
fcbf16b9f1
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      Cargo.toml
  2. 5
      RELEASE-NOTES.md

2
Cargo.toml

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

5
RELEASE-NOTES.md

@ -1,3 +1,8 @@
# 0.7.1 (27 July 2019)
* Allow stopping bulk indexing via SIGINT/SIGTERM
* Cache list of transaction IDs for blocks
# 0.7.0 (13 June 2019)
* Support Bitcoin Core 0.18

Loading…
Cancel
Save