Skip to content

Commit e7d672a

Browse files
Dorinda Basseyepilys
authored andcommitted
sound: Prepare v0.3.0 release
Update changelog and Cargo.toml to v0.3.0 Closes #893 Signed-off-by: Dorinda Bassey <[email protected]>
1 parent cd95fbe commit e7d672a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

vhost-device-sound/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,29 @@
33

44
### Added
55

6+
### Changed
7+
8+
### Fixed
9+
10+
### Deprecated
11+
12+
## v0.3.0
13+
14+
### Added
15+
616
- [[#876]](https://github.com/rust-vmm/vhost-device/pull/876) Add GStreamer audio backend support
717
- [[#806]](https://github.com/rust-vmm/vhost-device/pull/806) Add controls field in VirtioSoundConfig
818
- [[#746]](https://github.com/rust-vmm/vhost-device/pull/746) Add new sampling rates 12000Hz and 24000Hz
919

1020
### Changed
1121

1222
- [[#852]](https://github.com/rust-vmm/vhost-device/pull/852) Changed to 2021 Rust edition
23+
- [[#792]](https://github.com/rust-vmm/vhost-device/pull/792) sound: move CLI arg types to lib submodule
24+
- [[#823]](https://github.com/rust-vmm/vhost-device/pull/823) sound: Use PathBuf for socket paths instead of Strings
25+
- [[#789]](https://github.com/rust-vmm/vhost-device/pull/789) sound/pipewire: add truncated exp backoff to tests and fork them
26+
- [[#788]](https://github.com/rust-vmm/vhost-device/pull/788) sound: Put AlsaTestHarness static in a LazyLock
27+
- [[#580]](https://github.com/rust-vmm/vhost-device/pull/580) sound: use descriptor_utils.rs to manipulate requests
28+
1329

1430
### Fixed
1531
- [[#808]](https://github.com/rust-vmm/vhost-device/pull/808) pipewire: Fix rand module imports

vhost-device-sound/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vhost-device-sound"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Manos Pitsidianakis <[email protected]>", "Dorinda Bassey <[email protected]>", "Matias Ezequiel Vara Larsen <[email protected]>"]
55
description = "A virtio-sound device using the vhost-user protocol."
66
repository = "https://github.com/rust-vmm/vhost-device"

0 commit comments

Comments
 (0)