rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
372 stars 89 forks source link

Tag a new release for virtio-queue #145

Closed sboeuf closed 2 years ago

sboeuf commented 2 years ago

Could someone tag a new release for the virtio-queue crate so that Cloud Hypervisor can rely on it rather than using the latest commit from the main branch? Apart from that, given that there are plans to update/simplify virtio-queue, this might/will bring breaking changes, therefore it might be a good idea to tag a release before going through any of that.

andreeaflorescu commented 2 years ago

Here is the PR: #146.

Btw, @sboeuf you also have permissions to do releases. Here is the read me on how to do that: https://github.com/rust-vmm/community/blob/main/docs/maintainers/crate_release.md. This should be useful in case someone from our team does not have the time to handle the releases.

sboeuf commented 2 years ago

@andreeaflorescu thanks for doing that, I appreciate it! And thanks for the documentation pointer, I'll take care of it myself next time :)

andreeaflorescu commented 2 years ago

No problem, people sometimes don't know that we documented a few processes, so I'm trying to spread the news :laughing:

@sboeuf I forgot to update the Cargo.toml. Can you also check this PR #147

andreeaflorescu commented 2 years ago

Published v0.2.0: https://crates.io/crates/virtio-queue/0.2.0.

Closing this.