Skip to content

Commit 8452a9c

Browse files
committed
multiboot2-header: prepare v0.2.0
1 parent d9b35e3 commit 8452a9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

multiboot2-header/Cargo.toml

+1-1
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

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

0 commit comments

Comments
 (0)