mirror of
https://github.com/romanz/electrs.git
synced 2025-02-22 14:33:09 +01:00
Bump version
This commit is contained in:
parent
0f955781fc
commit
1c90b75ec9
3 changed files with 12 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -355,7 +355,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "electrs"
|
||||
version = "0.8.10"
|
||||
version = "0.8.11"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bincode",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "electrs"
|
||||
version = "0.8.10"
|
||||
version = "0.8.11"
|
||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||
description = "An efficient re-implementation of Electrum Server in Rust"
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
# 0.8.11 (18 Aug 2021)
|
||||
|
||||
* Update dependencies (#401, #402)
|
||||
* Add python example in RPC examples (#415, #417)
|
||||
* Add regtest and signet networks in examples (#425)
|
||||
* Clippy fixes (#430)
|
||||
* CI fixes (#437, #438, #441)
|
||||
* Update relevant versions (#450)
|
||||
* Drop unused compression algorithms for RocksDB
|
||||
|
||||
# 0.8.10 (14 May 2021)
|
||||
|
||||
* Fix JSONRPC errors' handling (#398, #390)
|
||||
|
|
Loading…
Add table
Reference in a new issue