We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc7015 commit 5ec7e6eCopy full SHA for 5ec7e6e
CHANGELOG.md
@@ -1,12 +1,15 @@
1
# Upcoming Release
2
3
+# [v0.13.0]
4
+
5
## Added
6
7
- [[#190](https://github.com/rust-vmm/linux-loader/pull/190)] Introduce RISC-V64
8
architecture support.
9
10
## Changed
11
12
+- [[#194](https://github.com/rust-vmm/linux-loader/pull/194)] Updated vm-memory to 0.16.0.
13
- [[#197](https://github.com/rust-vmm/linux-loader/pull/197)] Re-organize
14
`loader`, `configurator` and `benches` module layout, leaving original interface
15
intact.
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 <rust-vmm-maintainers@amazon.com>",
0 commit comments