Skip to content

Commit

Permalink
vhost-user-backend: Release v0.10.0
Browse files Browse the repository at this point in the history
Release a new version with Xen support.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
vireshk committed Jul 4, 2023
1 parent ca77052 commit a863253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion crates/vhost-user-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog
## [Unreleased]
## v0.10.0

### Added
- [[#169]](https://github.com/rust-vmm/vhost/pull/160) vhost: Add xen memory
mapping support

### Changed

Expand Down
2 changes: 1 addition & 1 deletion crates/vhost-user-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vhost-user-backend"
version = "0.9.0"
version = "0.10.0"
authors = ["The Cloud Hypervisor Authors"]
keywords = ["vhost-user", "virtio"]
description = "A framework to build vhost-user backend service daemon"
Expand Down

0 comments on commit a863253

Please sign in to comment.