Skip to content
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

Fix release 0.26.2 #611

Merged
merged 3 commits into from Jun 8, 2021
Merged

Conversation

sgeisler
Copy link
Contributor

@sgeisler sgeisler commented Jun 8, 2021

We broke downstream with 0.26.1, I propose yankign it and releasing 0.26.2. This fixes #608 and closes #609 .

afilini and others added 3 commits June 8, 2021 15:15
Fixes rust-bitcoin#608. In rust-bitcoin#567 the Display impl for ChildNumber was
consciously changed, assuming the semver break would not
affect any correctly implemented downstream projects. We
were wrong.
@sgeisler sgeisler marked this pull request as ready for review June 8, 2021 13:47
Copy link
Member

@sanket1729 sanket1729 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified that this fixes rust-miniscript downstream.
ack 055d0fb


The previous release changed the behavior of `Display` for `ChildNumber`, assuming that any correct usage would not be
affected. [Issue 608](https://github.com/rust-bitcoin/rust-bitcoin/issues/608) goes into the details of why this isn't
the case and how we broke both `rust-miniscript` and BDK.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a trailing space here, but I'll let it go.

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack 055d0fb

@apoelstra apoelstra merged commit 9b20985 into rust-bitcoin:master Jun 8, 2021
@sgeisler sgeisler deleted the 2021-06-fix-release branch June 8, 2021 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default Display of ChildNumber changed with 0.26.1
4 participants