1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-22 14:33:09 +01:00

Bump version

This commit is contained in:
Roman Zeyde 2019-11-20 22:21:49 +02:00
parent d0be7ec670
commit 1498eed6bb
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

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

View file

@ -1,6 +1,6 @@
[package]
name = "electrs"
version = "0.8.0"
version = "0.8.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.8.1 (TBD)
# 0.8.1 (20 Nov 2019)
* Allow setting `--cookie-file` path via configuration (@Kixunil)
* Bump rust-rocksdb to 0.13.0, using RockDB 6.2.4