diff --git a/CHANGELOG.md b/CHANGELOG.md index af02959..623714f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Upcoming Release + +# [v0.13.1] + ## Changed - [[#148](https://github.com/rust-vmm/linux-loader/pull/148)] Fixing kernel commandline parameter validation This change allows parameter values containing spaces in the middle, provided they are enclosed in quotes. However, strings with quotes in the middle will no longer be accepted as valid parameter values. +- [[#205](https://github.com/rust-vmm/linux-loader/pull/205)] Make image header for ARM and RISC-V public + Kernel headers for ARM and RISC-V are made public to be used in a fw_cfg + implementation that reads the kernel header. # [v0.13.0] diff --git a/Cargo.toml b/Cargo.toml index 120f443..4a2927c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-loader" -version = "0.13.0" +version = "0.13.1" authors = [ "The rust-vmm maintainers", "rust-vmm AWS maintainers ",