rust-vmm / vhost-device

'vhost-user' device backends workspace
Apache License 2.0
67 stars 46 forks source link

sound: Prepare v0.2.0 release #685

Closed MatiasVara closed 1 month ago

MatiasVara commented 1 month ago

Summary of the PR

Update changelog and Cargo.toml to v0.2.0

Requirements

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

stefano-garzarella commented 1 month ago

I think we should also commit Cargo.lock changes. After the build I have this diff:

diff --git a/Cargo.lock b/Cargo.lock
index 5bce7e3..6bab63f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1481,7 +1481,7 @@ dependencies = [

 [[package]]
 name = "vhost-device-sound"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "alsa",
  "clap",
stefano-garzarella commented 1 month ago

I'm thinking if we should include also #580 in this release.