Skip to content

Commit 4fe41e3

Browse files
Dorinda Basseystefano-garzarella
authored andcommitted
vsock: Prepare version 0.3.0 release
Update changelog and Cargo.toml to version 0.3.0 Closes #860 Signed-off-by: Dorinda Bassey <[email protected]>
1 parent b232e96 commit 4fe41e3

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vhost-device-vsock/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,28 @@
22
## Unreleased
33

44
### Added
5-
- [#755](https://github.com/rust-vmm/vhost-device/pull/755) Advertise `VhostUserProtocolFeatures::MQ` protocol feature
5+
6+
### Changed
7+
8+
### Fixed
9+
10+
### Deprecated
11+
12+
## v0.3.0
13+
14+
### Added
615
- [#698](https://github.com/rust-vmm/vhost-device/pull/698) vsock: add mdoc page
716
- [#706](https://github.com/rust-vmm/vhost-device/pull/706) Support proxying using vsock
17+
- [#755](https://github.com/rust-vmm/vhost-device/pull/755) Advertise `VhostUserProtocolFeatures::MQ` protocol feature
18+
- [#790](https://github.com/rust-vmm/vhost-device/pull/790) vsock/tests: clarify the vsock_loopback requirement
819

920
### Changed
21+
- [#819](https://github.com/rust-vmm/vhost-device/pull/819) vsock: Use PathBuf for socket paths instead of Strings
1022

1123
### Fixed
1224
- [#800](https://github.com/rust-vmm/vhost-device/pull/800) Disable EPOLLOUT if triggered while txbuf is empty
1325
- [#838](https://github.com/rust-vmm/vhost-device/pull/838) Fix handling of data in the tx queue
1426

15-
### Deprecated
16-
1727
## v0.2.0
1828

1929
### Added

vhost-device-vsock/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-vsock"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Harshavardhan Unnibhavi <[email protected]>", "Stefano Garzarella <[email protected]>"]
55
description = "A virtio-vsock device using the vhost-user protocol."
66
repository = "https://github.com/rust-vmm/vhost-device"

0 commit comments

Comments
 (0)