Skip to content

Commit

Permalink
chore: Prepare 0.13.0 release
Browse files Browse the repository at this point in the history
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 <heruoqing@iscas.ac.cn>
  • Loading branch information
TimePrinciple authored and roypat committed Oct 23, 2024
1 parent 4bc7015 commit 5ec7e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Upcoming Release

# [v0.13.0]

## Added

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

## 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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <rust-vmm-maintainers@amazon.com>",
Expand Down

0 comments on commit 5ec7e6e

Please sign in to comment.