Skip to content

Commit c0a9cd1

Browse files
committed
doc: update changelogs
1 parent 79a357b commit c0a9cd1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

uefi-macros/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# uefi-macros - [Unreleased]
22

3+
## Changed
4+
5+
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
36

47
# uefi-macros - 0.18.0 (2025-02-07)
58

uefi-raw/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
- Added `DiskInfoProtocol`.
1111
- Added `ExtScsiPassThruProtocol`.
1212

13+
## Changed
14+
15+
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
16+
1317

1418
# uefi-raw - 0.10.0 (2025-02-07)
1519

uefi/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- The `Display` impl for `CStr8` now excludes the trailing null character.
2727
- `VariableKeys` initializes with a larger name buffer to work around firmware
2828
bugs on some devices.
29+
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
2930

3031

3132
# uefi - 0.34.1 (2025-02-07)

0 commit comments

Comments
 (0)