Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork175
Fix versions#1187
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix versions#1187
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Oops, thanks for catching this. I think the only change needed here is fixing the changelogs -- can you amend the commit to remove the other version changes? We don't bump the package versions until we make a new release. You should still be able to use the not-yet-released version locally with |
Done |
thanks! |
nicholasbishop commentedJun 14, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I pushed a fix for the merge conflict. Seems CI is failing for unrelated reasons on the nightly test:#1205 |
e7fe63f
Uh oh!
There was an error while loading.Please reload this page.
Depends on#1186
uefi
0.28 was released from commit255359a. The tree for that commitdoesn't contain
ResetNotificationProtocol
, even though the changelogsays it does.
ResetNotificationProtocol
was added in commit04be50f,which was merged in commit
0c533bd
- both occurring after 0.28 wasreleased.
This commit fixes those issues, and bumps the unreleased crate versions
so that I can depend on them before this commit is released.