From 004366d401df6f1e2a1281791daf2ba4b7fb9778 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Tue, 2 May 2023 14:57:50 +0000 Subject: [PATCH] Prepare Release 0.9.0 Requires so that downstream crates can consume the vm-memory update. Signed-off-by: Patrick Roy --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 979b3106..74cc48f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [Upcoming Release] +# [v0.9.0] ## Fixed - [[#71]](https://github.com/rust-vmm/linux-loader/issues/71) Fix incorrect diff --git a/Cargo.toml b/Cargo.toml index 8ffc07ab..8919e4fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-loader" -version = "0.8.1" +version = "0.9.0" authors = [ "The rust-vmm maintainers", "rust-vmm AWS maintainers ",