Skip to content

multiboot2-header: prepare v0.2.0 #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion multiboot2-header/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
Library with type definitions and parsing functions for Multiboot2 headers.
This library is `no_std` and can be used in bootloaders.
"""
version = "0.1.1"
version = "0.2.0"
authors = [
"Philipp Schuster <[email protected]>"
]
Expand Down
7 changes: 5 additions & 2 deletions multiboot2-header/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# CHANGELOG for crate `multiboot2-header`

## v0.2.0 (2022-05-03)
- **breaking** renamed `EntryHeaderTag` to `EntryAddressHeaderTag`
- **BREAKING** renamed `EntryHeaderTag` to `EntryAddressHeaderTag`
- **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
Expand All @@ -12,4 +15,4 @@
- initial release

## v0.0.0
Empty release to save to name on crates.io
Empty release to save the name on crates.io