Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
This release implements AsRawFd for VringEpollHandler, as well as adds a
way for running the vhost-user daemon as a client.

Both of these are required by Cloud Hypervisor to rely on the
vhost-user-backend crate.

Fixes #62

Signed-off-by: Sebastien Boeuf <[email protected]>
  • Loading branch information
Sebastien Boeuf committed Mar 7, 2022
1 parent ebb6d93 commit 355a9ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

### Deprecated

## [v0.1.0]
## v0.2.0

### Added

- Ability to run the daemon as a client
- VringEpollHandler implements AsRawFd

## v0.1.0

First release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vhost-user-backend"
version = "0.1.0"
version = "0.2.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 355a9ce

Please sign in to comment.