rust-vmm / vhost-user-backend

Deprecated repository, code now lives in: https://github.com/rust-vmm/vhost/
Apache License 2.0
18 stars 16 forks source link

Release v0.6.0 #79

Closed sboeuf closed 2 years ago

sboeuf commented 2 years ago

Summary of the PR

This release includes:

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

sboeuf commented 2 years ago

/cc @rbradford

sboeuf commented 2 years ago

As #78 introduced breaking changes into the API, according to SemVer this needs to be v0.6.0 instead of v0.5.2.

Well at first I thought #78 introduced breaking changes but looking at it, I don't think it actually did. I mean the breaking change comes from the fact that it relies on virtio-queue 0.5.0 which introduced breaking changes. I'm more than happy to update this PR to release 0.6.0, just want to make sure we do the right thing.

sboeuf commented 2 years ago

I guess the fact that the consumer of vhost-user-backend will have to update its code (even if it's caused by virtio-queue), meaning this is a breaking change that can't be considered a patch but rather a minor version update.

sboeuf commented 2 years ago

PR updated! @stefano-garzarella @slp