Skip to content

Commit 9d2f72b

Browse files
committed
multiboot2-header: prepare release v0.3.2
1 parent d90fedb commit 9d2f72b

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-test/bins/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multiboot2-header/Cargo.toml

+2-2
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.3.1"
7+
version = "0.3.2"
88
authors = [
99
"Philipp Schuster <[email protected]>"
1010
]
@@ -46,7 +46,7 @@ derive_more.workspace = true
4646
# Not yet used.
4747
# log.workspace = true
4848

49-
# used for MBI tags
49+
# Used for MBI tags.
5050
multiboot2 = { version = "0.19.0", default-features = false }
5151

5252
[package.metadata.docs.rs]

multiboot2-header/Changelog.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# CHANGELOG for crate `multiboot2-header`
22

3-
## 0.4.0 (2023-09-xx)
4-
- **BREAKING** MSRV is 1.68.0
3+
## 0.3.2 (2023-11-30)
4+
55
- **BREAKING** bumped `multiboot2` dependency to `v0.19.0`
6+
- the `multiboot2` dependency doesn't pull in the `multiboot2/builder` feature
7+
anymore
8+
- doc update
9+
10+
## 0.3.1 (2023-06-28)
11+
12+
- doc update
613

714
## 0.3.0 (2023-06-23)
15+
816
- **BREAKING** MSRV is 1.68.0
917
- **BREAKING** renamed the `std` feature to `alloc`
1018
- **BREAKING** bumped `multiboot2` dependency to `v0.16.0`
@@ -17,18 +25,22 @@
1725
- implement `core::error::Error` for `LoadError`
1826

1927
## 0.2.0 (2022-05-03)
28+
2029
- **BREAKING** renamed `EntryHeaderTag` to `EntryAddressHeaderTag`
2130
- **BREAKING** some paths changed from `multiboot2_header::header` to `multiboot2_header::builder`
2231
-> thus, import paths are much more logically now
2332
- internal code improvements
2433

2534
## 0.1.1 (2022-05-02)
35+
2636
- fixed a bug that prevented the usage of the crate in `no_std` environments
2737
- added a new default `builder`-feature to Cargo which requires the `alloc`-crate
2838
(this feature can be disabled which will also remove the dependency to the `alloc` crate)
2939

3040
## 0.1.0 (2021-10-08)
41+
3142
- initial release
3243

3344
## 0.0.0
45+
3446
Empty release to save the name on crates.io

0 commit comments

Comments
 (0)