diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ba4cc..46ffd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Upcoming Release +# [v0.13.0] + ## Added - [[#190](https://github.com/rust-vmm/linux-loader/pull/190)] Introduce RISC-V64 @@ -7,6 +9,7 @@ ## Changed +- [[#194](https://github.com/rust-vmm/linux-loader/pull/194)] Updated vm-memory to 0.16.0. - [[#197](https://github.com/rust-vmm/linux-loader/pull/197)] Re-organize `loader`, `configurator` and `benches` module layout, leaving original interface intact. diff --git a/Cargo.toml b/Cargo.toml index 7a66212..d542233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-loader" -version = "0.12.0" +version = "0.13.0" authors = [ "The rust-vmm maintainers", "rust-vmm AWS maintainers ",