From 0f0e99745e502edd47665fc9e1daa6febdfa2987 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Wed, 17 Jan 2024 15:11:47 -0800 Subject: [PATCH] chore: Prepare 0.11.0 release Signed-off-by: Bo Chen --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3b969e..09db2d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -# Upcoming version +# [v0.11.0] ## Changed -- Added all features to the generated docs.rs documentation. +- [[#173](https://github.com/rust-vmm/linux-loader/pull/173)] Updated vm-memory to 0.14.0. +- [[#170](https://github.com/rust-vmm/linux-loader/pull/170)] Added all features to the generated docs.rs documentation. # [v0.10.0] diff --git a/Cargo.toml b/Cargo.toml index e47469be..e4c3607e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-loader" -version = "0.10.0" +version = "0.11.0" authors = [ "The rust-vmm maintainers", "rust-vmm AWS maintainers ",