Skip to content

Commit 1899635

Browse files
committed
multiboot2: v0.13.1
1 parent b255a94 commit 1899635

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

multiboot2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the speci
66
including full support for the sections of ELF-64. This library is `no_std` and can be
77
used in a Multiboot2-kernel.
88
"""
9-
version = "0.13.0"
9+
version = "0.13.1"
1010
authors = [
1111
"Philipp Oppermann <[email protected]>",
1212
"Calvin Lee <[email protected]>",

multiboot2/Changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# CHANGELOG for crate `multiboot2`
22

3-
## 0.13.0
3+
## 0.13.1
4+
- minor fix
5+
6+
## 0.13.0 (**yanked**)
47
- added missing getters for tag `ImageLoadPhysAddr`
58
- added missing getters for tags `EFIImageHandle32` and `EFIImageHandle64`
69

0 commit comments

Comments
 (0)