Skip to content

Commit a442262

Browse files
RuoqingHeShadowCurse
authored andcommitted
chore: Prepare 0.13.1 release
Release v0.13.1 to consume kernel commandline parameter validation fix and image header for ARM and RISC-V visibility change. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 6793550 commit a442262

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Upcoming Release
22

3+
# [v0.13.1]
4+
35
## Changed
46
- [[#148](https://github.com/rust-vmm/linux-loader/pull/148)] Fixing kernel commandline parameter validation
57
This change allows parameter values containing spaces in the middle, provided they are enclosed in quotes. However,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linux-loader"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = [
55
"The rust-vmm maintainers",
66
"rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>",

0 commit comments

Comments
 (0)