Skip to content

Commit 22a8a5b

Browse files
committed
multiboot2: release v0.18.0
1 parent ec0e777 commit 22a8a5b

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, such as GRUB. It supports all tags from the
66
specification including full support for the sections of ELF files. This library
77
is `no_std` and can be used in a Multiboot2-kernel.
88
"""
9-
version = "0.17.0"
9+
version = "0.18.0"
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.18.0 (2023-xx-xx)
3+
## 0.18.0 (2023-07-13)
44
- **BREAKING** The `TagTrait` was enhanced and now has an associated `ID`
55
constant. This is only breaking to users that used `BootInformation::get_tag`
66
or that implement custom tags. `BootInformation::get_tag` doesn't need the

0 commit comments

Comments
 (0)