Skip to content

Commit bd060ab

Browse files
committed
multiboot2: prepare v0.14.2
1 parent 57fdbe0 commit bd060ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.14.1"
9+
version = "0.14.2"
1010
authors = [
1111
"Philipp Oppermann <[email protected]>",
1212
"Calvin Lee <[email protected]>",

Diff for: multiboot2/Changelog.md

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

3-
## 0.14.2
3+
## 0.14.2 (2023-03-17)
44
- documentation fixes
55
- `MbiLoadError` now implements `Display`
66
- Added the `unstable` feature, which enables nightly-only functionality.

0 commit comments

Comments
 (0)