Release v0.7.0
This release includes: - Started using caret dependencies - Updated dependency nix 0.24 -> 0.25 - Updated depepdency log 0.4.6 -> 0.4.17 - Updated dependency vhost 0.4 -> 0.5 - Updated dependency virtio-queue 0.5.0 -> 0.6 Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
parent
917e85a3d5
commit
d6c8008bbd
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -9,6 +9,17 @@
|
|||
|
||||
### Deprecated
|
||||
|
||||
## v0.7.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Started using caret dependencies
|
||||
- Updated dependency nix 0.24 -> 0.25
|
||||
- Updated depepdency log 0.4.6 -> 0.4.17
|
||||
- Updated dependency vhost 0.4 -> 0.5
|
||||
- Updated dependency virtio-queue 0.5.0 -> 0.6
|
||||
- Updated dependency vm-memory 0.7 -> 0.9
|
||||
|
||||
## v0.6.0
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vhost-user-backend"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["The Cloud Hypervisor Authors"]
|
||||
keywords = ["vhost-user", "virtio"]
|
||||
description = "A framework to build vhost-user backend service daemon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue