Skip to content

Commit 9f85116

Browse files
committed
electrsd: Bump version to 0.40.0
In preparation for release add a changelog entry, bump the version, and update the lock files.
1 parent 37de741 commit 9f85116

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
317317

318318
[[package]]
319319
name = "electrsd"
320-
version = "0.39.0"
320+
version = "0.40.0"
321321
dependencies = [
322322
"anyhow",
323323
"bitcoin_hashes",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
317317

318318
[[package]]
319319
name = "electrsd"
320-
version = "0.39.0"
320+
version = "0.40.0"
321321
dependencies = [
322322
"anyhow",
323323
"bitcoin_hashes",

electrsd/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.40.0 - 2026-05-26
2+
3+
With this release we now set the default feature to `electrs_0_10_6`.
4+
5+
- Include in workspace and CI [#570](https://github.com/rust-bitcoin/corepc/pull/570)
6+
- Upgrade to latest version of `corepc-types`, `corepc-client`, and `bitcoind`
7+
18
# 0.39.0 - 2026-05-12
29

310
- Update to use latest `bitcoind v0.39.0` and `corepc-client v0.14.0`.

electrsd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrsd"
3-
version = "0.39.0"
3+
version = "0.40.0"
44
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
55
description = "Utility to run a regtest electrs process, useful in integration testing environment"
66
repository = "https://github.com/rust-bitcoin/corepc"

0 commit comments

Comments
 (0)