Skip to content

Commit 5ec7e6e

Browse files
RuoqingHeroypat
authored andcommitted
chore: Prepare 0.13.0 release
linux-loader 0.13.0 incorporates: - Introduce RISC-V64 architecture support. - Updated vm-memory to 0.16.0. - Re-organize `loader`, `configurator` and `benches` module layout, leaving original interface intact. Signed-off-by: Ruoqing He <[email protected]>
1 parent 4bc7015 commit 5ec7e6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Upcoming Release
22

3+
# [v0.13.0]
4+
35
## Added
46

57
- [[#190](https://github.com/rust-vmm/linux-loader/pull/190)] Introduce RISC-V64
68
architecture support.
79

810
## Changed
911

12+
- [[#194](https://github.com/rust-vmm/linux-loader/pull/194)] Updated vm-memory to 0.16.0.
1013
- [[#197](https://github.com/rust-vmm/linux-loader/pull/197)] Re-organize
1114
`loader`, `configurator` and `benches` module layout, leaving original interface
1215
intact.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linux-loader"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = [
55
"The rust-vmm maintainers",
66
"rust-vmm AWS maintainers <[email protected]>",

0 commit comments

Comments
 (0)