From 5895ad906d32dc96fe2cc124b6c185dc587b1b2a Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 14 Oct 2018 14:39:31 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE-NOTES.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a38bc31..cfede7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 24a1719..3e6b985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.4.0" +version = "0.4.1" authors = ["Roman Zeyde "] description = "An efficient re-implementation of Electrum Server in Rust" license = "MIT" diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 332b1b3..aa2135d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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