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

Bump version numbers and try to future-proof #1250

Merged
merged 3 commits into from
Oct 13, 2023

Conversation

alexcrichton
Copy link
Member

This attempts to address a mistake in #1247 where that PR bumped a major version of wit-parser but mistakenly forgot to bump the major version of wit-component. (I forgot to see that!) This caused downstream issues and broke builds such as in bytecodealliance/wit-bindgen#698.

I've updated the publish.rs script to have knowledge of public dependencies and automaticlaly force a major version bump of wit-component, for example, if wit-parser has a major version bump.

This PR additionally bumps version numbers and I'll yank the buggy versions after these are published.

Yesterday's publish is not the first time where something needed a major
bump was forgotten, so this is an attempt to mitigate future issues.
This requires handwriting the list of public dependencies but that's
hopefully not too bad.
@fitzgen fitzgen merged commit 722b599 into bytecodealliance:main Oct 13, 2023
15 checks passed
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.

3 participants