We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b35e3 commit 8452a9cCopy full SHA for 8452a9c
multiboot2-header/Cargo.toml
@@ -4,7 +4,7 @@ description = """
4
Library with type definitions and parsing functions for Multiboot2 headers.
5
This library is `no_std` and can be used in bootloaders.
6
"""
7
-version = "0.1.1"
+version = "0.2.0"
8
authors = [
9
"Philipp Schuster <[email protected]>"
10
]
multiboot2-header/Changelog.md
@@ -1,5 +1,10 @@
1
# CHANGELOG for crate `multiboot2-header`
2
3
+## v0.2.0 (2022-05-03)
+- **BREAKING** some paths changed from `multiboot2_header::header` to `multiboot2_header::builder`
+ -> thus, import paths are much more logically now
+- internal code improvements
+
## v0.1.1 (2022-05-02)
- fixed a bug that prevented the usage of the crate in `no_std` environments
- added a new default `builder`-feature to Cargo which requires the `alloc`-crate
0 commit comments