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

Commit d6c8008

Browse files
slpSebastien Boeuf
authored and
Sebastien Boeuf
committed
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>
1 parent 917e85a commit d6c8008

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99

1010
### Deprecated
1111

12+
## v0.7.0
13+
14+
### Changed
15+
16+
- Started using caret dependencies
17+
- Updated dependency nix 0.24 -> 0.25
18+
- Updated depepdency log 0.4.6 -> 0.4.17
19+
- Updated dependency vhost 0.4 -> 0.5
20+
- Updated dependency virtio-queue 0.5.0 -> 0.6
21+
- Updated dependency vm-memory 0.7 -> 0.9
22+
1223
## v0.6.0
1324

1425
### Changed

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-user-backend"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The Cloud Hypervisor Authors"]
55
keywords = ["vhost-user", "virtio"]
66
description = "A framework to build vhost-user backend service daemon"

0 commit comments

Comments
 (0)