File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
44Library with type definitions and parsing functions for Multiboot2 headers.
55This library is `no_std` and can be used in bootloaders.
66"""
7- version = " 0.1.1 "
7+ version = " 0.2.0 "
88authors = [
99 " Philipp Schuster <[email protected] >" 1010]
Original file line number Diff line number Diff line change 11# CHANGELOG for crate ` multiboot2-header `
22
33## v0.2.0 (2022-05-03)
4- - ** breaking** renamed ` EntryHeaderTag ` to ` EntryAddressHeaderTag `
4+ - ** BREAKING** renamed ` EntryHeaderTag ` to ` EntryAddressHeaderTag `
5+ - ** BREAKING** some paths changed from ` multiboot2_header::header ` to ` multiboot2_header::builder `
6+ -> thus, import paths are much more logically now
7+ - internal code improvements
58
69## v0.1.1 (2022-05-02)
710- fixed a bug that prevented the usage of the crate in ` no_std ` environments
1215- initial release
1316
1417## v0.0.0
15- Empty release to save to name on crates.io
18+ Empty release to save the name on crates.io
You can’t perform that action at this time.
0 commit comments