-
Notifications
You must be signed in to change notification settings - Fork 72
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
Release 0.6.10 #132
Release 0.6.10 #132
Conversation
Updates changelog and version references for release 0.6.10
1aea7fb
to
d4bf88f
Compare
It looks like this was just yanked with no compatible version available, which causes some builds to fail. What's going on? Will there be a 0.6.11 shortly? |
the last version accidentally introduced a breakage: #95 Tho I'm honestly surprised that yanking that version causes builds to fail. I would have expected it to fall back to 0.6.9, can you link to an example of a broken build so I can understand how yanking it still causes issues? We hadn't realized there was an urgency to get the rerelease back out. |
Example failure: https://github.com/evenfurther/aoc/actions/runs/7189388139/job/19580870459 error: failed to select a version for the requirement `eyre = "^0.6.10"`
candidate versions found which didn't match: 0.6.9, 0.6.8, 0.6.7, ...
location searched: crates.io index
required by package `aoc v0.1.0 (/home/runner/work/aoc/aoc/aoc)`
if you are looking for the prerelease package it needs to be specified explicitly
eyre = { version = "0.6.1-rc.1" }
perhaps a crate was updated and forgotten to be re-vendored? |
unfortunate indeed, and good to know, thank you. I'll go ahead and expedite getting that re-release out asap. |
should be good now: https://crates.io/crates/eyre/versions |
rereleasing #132 minus one breaking change
Updates changelog and version references for release 0.6.10