Release tracking PR: electrsd 0.38.1#571
Release tracking PR: electrsd 0.38.1#571tcharding wants to merge 2 commits intorust-bitcoin:masterfrom
electrsd 0.38.1#571Conversation
|
Forgot to actually add the changelog entry. |
c526f94 to
56757cc
Compare
| @@ -1,3 +1,7 @@ | |||
| # 0.38.0 - 2026-04-29 | |||
There was a problem hiding this comment.
| # 0.38.0 - 2026-04-29 | |
| # 0.38.1 - 2026-04-29 |
Who knew correcting a typo would take so many revisions.
|
@tcharding you may also like to consider modifying this in electrsd/Cargo.toml. bitcoind_23_1 = ["bitcoind/23_2"]A recent change was made with what seems to be the wrong feature for bitcoind. I suppose it should be 23_2 because that is the flag name in bitcoind. So it should become: bitcoind_23_2 = ["bitcoind/23_2"]I opened this PR for that fix. |
56757cc to
6b75ec4
Compare
The documented way to depend on this crate is stale, fix it.
Requires release to push the changes to crates.io Fix the typo, bump the version number, and add a changelog entry.
6b75ec4 to
6423a8a
Compare
|
Should this, too, be part of the present release? #574 |
|
This PR is only for releasing |
We released a typo in the
electrsdmanifest. Requires release to push the changes to crates.ioFix the typo, bump the version number, and add a changelog entry.