chore(release): bump version to 0.24.0 and update CHANGELOG.md#174
Merged
ValuedMammal merged 2 commits intobitcoindevkit:masterfrom Jul 30, 2025
Merged
Conversation
c2c0779 to
8f658cc
Compare
ValuedMammal
requested changes
Jul 30, 2025
Contributor
ValuedMammal
left a comment
There was a problem hiding this comment.
I realized that ElectrumApi is a public trait, so should this be a bump to 0.24.0?
Member
|
I'm fine with 0.23.2 or 0.24.0, the semantic versioning spec doesn't set any rules about how to bump the version for pre-1.0 releases; https://semver.org/#spec-item-4. |
Collaborator
Author
Oh, you're right! It's considered a minor change, as per https://doc.rust-lang.org/cargo/reference/semver.html#item-new. I think it's best to use |
8f658cc to
24d07e2
Compare
0.23.2 and update CHANGELOG.md0.24.0 and update CHANGELOG.md
Contributor
|
ACK 24d07e2 |
ValuedMammal
approved these changes
Jul 30, 2025
radiant-smith-lk20
added a commit
to radiant-smith-lk20/rust-electrum-client
that referenced
this pull request
Dec 15, 2025
…rsion to `0.24.0` and update `CHANGELOG.md` 24d07e2cac0045be2c52bf4982cf8abc0def1cfc chore(release): update `CHANGELOG.md` (Leonardo Lima) fbffdfe65e846cbd9f42ab7df0854da2f35ec9bf chore(release): bump version to `0.24.0` (Leonardo Lima) Pull request description: fixes #173 - bump the crate version to `0.24.0`. - updates the `CHANGELOG.md` with relevant changes: bitcoindevkit/rust-electrum-client@0.24.0...HEAD ACKs for top commit: ValuedMammal: ACK 24d07e2cac0045be2c52bf4982cf8abc0def1cfc Tree-SHA512: 23060238562788fbc8d4ecdb2273db25329c4f645700d4d515a8d21a98b04bb421d0c8532d1b38ff566257d4df9095299d5b539261b88d090507350f80141d86
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #173
0.24.0.CHANGELOG.mdwith relevant changes: 0.24.0...HEAD