Skip to content

Commit

Permalink
multiboot2: release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Jul 13, 2023
1 parent ec0e777 commit 22a8a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiboot2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Multiboot2-compliant bootloaders, such as GRUB. It supports all tags from the
specification including full support for the sections of ELF files. This library
is `no_std` and can be used in a Multiboot2-kernel.
"""
version = "0.17.0"
version = "0.18.0"
authors = [
"Philipp Oppermann <[email protected]>",
"Calvin Lee <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion multiboot2/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG for crate `multiboot2`

## 0.18.0 (2023-xx-xx)
## 0.18.0 (2023-07-13)
- **BREAKING** The `TagTrait` was enhanced and now has an associated `ID`
constant. This is only breaking to users that used `BootInformation::get_tag`
or that implement custom tags. `BootInformation::get_tag` doesn't need the
Expand Down

0 comments on commit 22a8a5b

Please sign in to comment.