Skip to content

Commit 52e3b19

Browse files
committed
Bump version
1 parent 0eec28e commit 52e3b19

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrs"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = ["Roman Zeyde <me@romanzey.de>"]
55
description = "An efficient re-implementation of Electrum Server in Rust"
66
license = "MIT"

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.10.3 (Feb 10 2024)
2+
3+
* Update dependencies (`serde_json`, `tempfile`, `env_logger`, `rayon`, `bitcoin`, `crossbeam-channel`, `shlex`)
4+
* Fix build on Debian 12 (#1001)
5+
16
# 0.10.2 (Dec 31 2023)
27

38
* Use batched RPC to fetch mempool entries & transactions (#979)

0 commit comments

Comments
 (0)