File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
Library with type definitions and parsing functions for Multiboot2 headers.
5
5
This library is `no_std` and can be used in bootloaders.
6
6
"""
7
- version = " 0.1.1 "
7
+ version = " 0.2.0 "
8
8
authors = [
9
9
" Philipp Schuster <[email protected] >"
10
10
]
Original file line number Diff line number Diff line change 1
1
# CHANGELOG for crate ` multiboot2-header `
2
2
3
3
## 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
5
8
6
9
## v0.1.1 (2022-05-02)
7
10
- fixed a bug that prevented the usage of the crate in ` no_std ` environments
12
15
- initial release
13
16
14
17
## 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