diff --git a/vhost-user-backend/CHANGELOG.md b/vhost-user-backend/CHANGELOG.md index ea219ec9..ffcb9c6c 100644 --- a/vhost-user-backend/CHANGELOG.md +++ b/vhost-user-backend/CHANGELOG.md @@ -2,15 +2,22 @@ ## [Unreleased] ### Added -- [[#241]](https://github.com/rust-vmm/vhost/pull/241) Add shared objects support -- [[#239]](https://github.com/rust-vmm/vhost/pull/239) Add support for `VHOST_USER_GPU_SET_SOCKET` ### Changed -- [[#240]](https://github.com/rust-vmm/vhost/pull/240) Move the set of event_idx property from set_vring_base callback to set_features one + +### Deprecated ### Fixed -### Deprecated +## v0.16.0 + +### Added +- [[#241]](https://github.com/rust-vmm/vhost/pull/241) Add shared objects support +- [[#239]](https://github.com/rust-vmm/vhost/pull/239) Add support for `VHOST_USER_GPU_SET_SOCKET` + +### Changed +- [[#257]](https://github.com/rust-vmm/vhost/pull/257) Update virtio-queue version from 0.12.0 to 0.13.0 and vm-memory from 0.14.0 to 0.15.0. +- [[#240]](https://github.com/rust-vmm/vhost/pull/240) Move the set of event_idx property from set_vring_base callback to set_features one ## v0.15.0 diff --git a/vhost-user-backend/Cargo.toml b/vhost-user-backend/Cargo.toml index 1deef62a..30be2f52 100644 --- a/vhost-user-backend/Cargo.toml +++ b/vhost-user-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vhost-user-backend" -version = "0.15.0" +version = "0.16.0" authors = ["The Cloud Hypervisor Authors"] keywords = ["vhost-user", "virtio"] description = "A framework to build vhost-user backend service daemon"