File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
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
3+ ## v0.2.0 (2022-05-03)
4+ - ** BREAKING** some paths changed from ` multiboot2_header::header ` to ` multiboot2_header::builder `
5+ -> thus, import paths are much more logically now
6+ - internal code improvements
7+
38## v0.1.1 (2022-05-02)
49- fixed a bug that prevented the usage of the crate in ` no_std ` environments
510- added a new default ` builder ` -feature to Cargo which requires the ` alloc ` -crate
You can’t perform that action at this time.
0 commit comments