-
Notifications
You must be signed in to change notification settings - Fork 69
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
vhost-user-backend: Prepare v0.15.0 release #238
Conversation
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.
LGTM, thanks.
Since |
I had the same doubt. I usually launch |
It would be great if that could pick it up, but unfortunately, it currently does not: obi1kenobi/cargo-semver-checks#447 :(. |
Thanks Eric for the comment. Is there any document that specifies when a major release is required? If it is a major, the release would be Thanks. |
There is https://doc.rust-lang.org/cargo/reference/semver.html for general documentation, but in the end detail questions turn into an analysis whether a "breaking change" may happen (and what "breaking" means)... So we could analyse that in great detail to understand all the edge-cases, or we just bump the major if in doubt :).
Rust/Cargo considers the first non-zero number as "major" so yes, |
This release changes the dependency for virtio-queue to 0.12.0. Signed-off-by: Matias Ezequiel Vara Larsen <[email protected]>
33673c1
to
0941248
Compare
@MatiasVara @Ablu @slp thanks for the release! I see it in creates.io. I just pushed the tag and created the release here, please double-check ;-) |
Summary of the PR
This release changes the dependency for virtio-queue to 0.12.0.
Requirements
Before submitting your PR, please make sure you addressed the following
requirements:
git commit -s
), and the commit message has max 60 characters for thesummary and max 75 characters for each description line.
test.
Release" section of CHANGELOG.md (if no such section exists, please create one).
unsafe
code is properly documented.