Browse Source

Bump version

android
Roman Zeyde 5 years ago
parent
commit
ccf6967d73
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 4
      RELEASE-NOTES.md

2
Cargo.lock

@ -333,7 +333,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "electrs" name = "electrs"
version = "0.8.1" version = "0.8.2"
dependencies = [ dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

2
Cargo.toml

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

4
RELEASE-NOTES.md

@ -1,3 +1,7 @@
# 0.8.2 (6 Dec 2019)
* Downgrade rust-rocksdb to 0.12.2 (https://github.com/romanz/electrs/issues/193)
# 0.8.1 (20 Nov 2019) # 0.8.1 (20 Nov 2019)
* Allow setting `--cookie-file` path via configuration (@Kixunil) * Allow setting `--cookie-file` path via configuration (@Kixunil)

Loading…
Cancel
Save