Skip to content

Commit f950496

Browse files
release v0.14.0
Details in changelog Signed-off-by: Andreea Florescu <andreea.florescu15@gmail.com>
1 parent f398667 commit f950496

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# Upcoming Release
1+
# [v0.14.0]
22

3+
## Fixed
34
- [[#224](https://github.com/rust-vmm/linux-loader/pull/224)] Fixed docs.rs build.
45

6+
## Changed
7+
- [[#237]((https://github.com/rust-vmm/linux-loader/pull/237))] Replace bindgen files with manual translations.
8+
As a consequence, `elf64_phdr` is renamed to `Elf64_Phdr`, `elf64_hdr` to `Elf64_Ehdr`, and `elf64_note` to
9+
`Elf64_Nhdr`. In the definition of the fixed size array `e_ident` we now use `u8` instead of `raw_char`.
10+
511
# [v0.13.2]
612

713
## Changed

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.2"
3+
version = "0.14.0"
44
authors = [
55
"The rust-vmm maintainers",
66
"rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>",

0 commit comments

Comments
 (0)