1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Merge pull request #759 from romanz/bump

Bump version
This commit is contained in:
Roman Zeyde 2022-08-12 14:28:44 +03:00 committed by GitHub
commit d5c193da5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -331,7 +331,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "electrs"
version = "0.9.8"
version = "0.9.9"
dependencies = [
"anyhow",
"bitcoin",

View File

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

View File

@ -1,3 +1,8 @@
# 0.9.8 (Jul 12 2022)
* Update dependencies (`anyhow`, `crossbeam-channel`, `crossbeam-utils`, `regex`, `serde`, `serde from `, `serde_json`, `signal-hook`)
* Don't log scripthash (#737)
# 0.9.8 (Jun 3 2022)
* Update dependencies (`serde_json`, `serde`, `bitcoin`, `bitcoincore-rpc`, `rayon`, `log`)