Bump version
This commit is contained in:
parent
1dcc8ac575
commit
5895ad906d
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -275,7 +275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "electrs"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "electrs"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||
description = "An efficient re-implementation of Electrum Server in Rust"
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# 0.4.1 (14 Oct 2018)
|
||||
|
||||
* Don't run full compaction after initial import is over (when using JSONRPC)
|
||||
|
||||
# 0.4.0 (22 Sep 2018)
|
||||
|
||||
* Optimize for low-memory systems by using different RocksDB settings
|
||||
|
|
Loading…
Reference in New Issue
Block a user