-
Notifications
You must be signed in to change notification settings - Fork 66
chore(release): bump version to 0.24.0
and update CHANGELOG.md
#174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(release): bump version to 0.24.0
and update CHANGELOG.md
#174
Conversation
c2c0779
to
8f658cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 8f658cc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realized that ElectrumApi
is a public trait, so should this be a bump to 0.24.0?
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. |
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.md
0.24.0
and update CHANGELOG.md
ACK 24d07e2 |
fixes #173
0.24.0
.CHANGELOG.md
with relevant changes: 0.24.0...HEAD