Skip to content

Commit 76c3377

Browse files
committed
prepare release 0.14.1
1 parent 3831cac commit 76c3377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

multiboot2/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.14.0"
9+
version = "0.14.1"
1010
authors = [
1111
"Philipp Oppermann <[email protected]>",
1212
"Calvin Lee <[email protected]>",

multiboot2/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG for crate `multiboot2`
22

3-
## 0.14.1 (unreleased)
3+
## 0.14.1 (2023-03-09)
44
- fixed the calculation of the last area of the memory map tag ([#119](https://github.com/rust-osdev/multiboot2/pull/119))
55
(Previously, iterating the EFI Memory map resulted in a superfluous entry as it ran over the next tag)
66

0 commit comments

Comments
 (0)