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

Bump version

This commit is contained in:
Roman Zeyde 2024-03-15 15:11:09 +02:00
parent 1d249edc10
commit 6595edf20e
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -353,7 +353,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]] [[package]]
name = "electrs" name = "electrs"
version = "0.10.3" version = "0.10.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitcoin", "bitcoin",

View File

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

View File

@ -1,3 +1,8 @@
# 0.10.4 (Mar 15 2024)
* Don't fail mempool sync on missing transactions (#997)
* Update dependencies (`anyhow`, `crossbeam-channel`, `log`, `secp256k1`, `secp256k1-sys`, `smallvec`, `tempfile`, `termcolor`, `thiserror`, `thiserror-impl`)
# 0.10.3 (Feb 10 2024) # 0.10.3 (Feb 10 2024)
* Update dependencies (`serde_json`, `tempfile`, `env_logger`, `rayon`, `bitcoin`, `crossbeam-channel`, `shlex`) * Update dependencies (`serde_json`, `tempfile`, `env_logger`, `rayon`, `bitcoin`, `crossbeam-channel`, `shlex`)