From 796b9d9dfcafbceee28ff9b7371afc964574a8ce Mon Sep 17 00:00:00 2001 From: wanglei01 Date: Tue, 6 Sep 2022 15:27:45 +0800 Subject: [PATCH] release 0.5.0 See CHANGELOG.md file for details. Signed-off-by: wanglei01 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7b6f9..73752a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ ### Deprecated + +## [0.5.0] + +### Changed +- [[#113]](https://github.com/rust-vmm/vhost/pull/113) Improved error messages. +- [[#115]](https://github.com/rust-vmm/vhost/pull/115) Use caret requirements for dependencies. + ## [v0.4.0] ### Added diff --git a/Cargo.toml b/Cargo.toml index f888a83..af6bd3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vhost" -version = "0.4.0" +version = "0.5.0" keywords = ["vhost", "vhost-user", "virtio", "vdpa"] description = "a pure rust library for vdpa, vhost and vhost-user" authors = ["Liu Jiang "]