Skip to content

Commit ad23b21

Browse files
authored
Merge pull request #110 from rust-osdev/multiboot2-header-v0.2.0-prepare
multiboot2-header: prepare v0.2.0
2 parents 4a98e99 + 50c630a commit ad23b21

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

multiboot2-header/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Library with type definitions and parsing functions for Multiboot2 headers.
55
This library is `no_std` and can be used in bootloaders.
66
"""
7-
version = "0.1.1"
7+
version = "0.2.0"
88
authors = [
99
"Philipp Schuster <[email protected]>"
1010
]

multiboot2-header/Changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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
@@ -12,4 +15,4 @@
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

0 commit comments

Comments
 (0)