Skip to content

Commit

Permalink
sound: Prepare v0.2.0 release
Browse files Browse the repository at this point in the history
Update changelog and Cargo.toml to v0.2.0

Signed-off-by: Matias Ezequiel Vara Larsen <[email protected]>
  • Loading branch information
MatiasVara authored and epilys committed Jul 17, 2024
1 parent cf4ccb7 commit 1f3b35d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vhost-device-sound/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@

### Deprecated

## v0.2.0

### Added
- [[#616]](https://github.com/rust-vmm/vhost-device/pull/616) pipewire: specify audio
channel position

### Changed
- [[#617]](https://github.com/rust-vmm/vhost-device/pull/617) Update pipewire
dependencies to version 0.8 after the release of pipewire v0.8

### Fixed
- [[#599]](https://github.com/rust-vmm/vhost-device/pull/599) Fix symbolic links to license files
- [[#638]](https://github.com/rust-vmm/vhost-device/pull/638) Remove duplicate increment in pipewire
- [[#644]](https://github.com/rust-vmm/vhost-device/pull/644) Destroy pipewire streams not destroyed in pipewire

## v0.1.0

First release with null, pipewire and alsa host audio backends.
2 changes: 1 addition & 1 deletion vhost-device-sound/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vhost-device-sound"
version = "0.1.0"
version = "0.2.0"
authors = ["Manos Pitsidianakis <[email protected]>", "Dorinda Bassey <[email protected]>", "Matias Ezequiel Vara Larsen <[email protected]>"]
description = "A virtio-sound device using the vhost-user protocol."
repository = "https://github.com/rust-vmm/vhost-device"
Expand Down

0 comments on commit 1f3b35d

Please sign in to comment.