|
@@ -1,10 +1,18 @@
|
|
# CHANGELOG for crate `multiboot2-header`
|
|
# CHANGELOG for crate `multiboot2-header`
|
|
|
|
|
|
-## 0.4.0 (2023-09-xx)
|
|
|
|
-- **BREAKING** MSRV is 1.68.0
|
|
|
|
|
|
+## 0.3.2 (2023-11-30)
|
|
|
|
+
|
|
- **BREAKING** bumped `multiboot2` dependency to `v0.19.0`
|
|
- **BREAKING** bumped `multiboot2` dependency to `v0.19.0`
|
|
|
|
+- the `multiboot2` dependency doesn't pull in the `multiboot2/builder` feature
|
|
|
|
+ anymore
|
|
|
|
+- doc update
|
|
|
|
+
|
|
|
|
+## 0.3.1 (2023-06-28)
|
|
|
|
+
|
|
|
|
+- doc update
|
|
|
|
|
|
## 0.3.0 (2023-06-23)
|
|
## 0.3.0 (2023-06-23)
|
|
|
|
+
|
|
- **BREAKING** MSRV is 1.68.0
|
|
- **BREAKING** MSRV is 1.68.0
|
|
- **BREAKING** renamed the `std` feature to `alloc`
|
|
- **BREAKING** renamed the `std` feature to `alloc`
|
|
- **BREAKING** bumped `multiboot2` dependency to `v0.16.0`
|
|
- **BREAKING** bumped `multiboot2` dependency to `v0.16.0`
|
|
@@ -17,18 +25,22 @@
|
|
- implement `core::error::Error` for `LoadError`
|
|
- implement `core::error::Error` for `LoadError`
|
|
|
|
|
|
## 0.2.0 (2022-05-03)
|
|
## 0.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`
|
|
- **BREAKING** some paths changed from `multiboot2_header::header` to `multiboot2_header::builder`
|
|
-> thus, import paths are much more logically now
|
|
-> thus, import paths are much more logically now
|
|
- internal code improvements
|
|
- internal code improvements
|
|
|
|
|
|
## 0.1.1 (2022-05-02)
|
|
## 0.1.1 (2022-05-02)
|
|
|
|
+
|
|
- fixed a bug that prevented the usage of the crate in `no_std` environments
|
|
- 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
|
|
- added a new default `builder`-feature to Cargo which requires the `alloc`-crate
|
|
(this feature can be disabled which will also remove the dependency to the `alloc` crate)
|
|
(this feature can be disabled which will also remove the dependency to the `alloc` crate)
|
|
|
|
|
|
## 0.1.0 (2021-10-08)
|
|
## 0.1.0 (2021-10-08)
|
|
|
|
+
|
|
- initial release
|
|
- initial release
|
|
|
|
|
|
## 0.0.0
|
|
## 0.0.0
|
|
|
|
+
|
|
Empty release to save the name on crates.io
|
|
Empty release to save the name on crates.io
|