File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
1515name = " x86_64"
1616readme = " README.md"
1717repository = " https://github.com/rust-osdev/x86_64"
18- version = " 0.15.3 "
18+ version = " 0.15.4 "
1919edition = " 2018"
2020rust-version = " 1.59" # Needed to support inline asm and default const generics
2121
Original file line number Diff line number Diff line change 11# Unreleased
22
3+ # 0.15.4 – 2025-11-24
4+
5+ ## New Features
6+
7+ - [ add SMAP helpers] ( https://github.com/rust-osdev/x86_64/pull/566 )
8+ - [ add ability to add iomap to TSS] ( https://github.com/rust-osdev/x86_64/pull/194 )
9+
10+ ## Fixes
11+
12+ - [ fix docs.rs build] ( https://github.com/rust-osdev/x86_64/pull/569 )
13+
14+ ## Other Improvements
15+
16+ - [ Bump actions/checkout from 5 to 6] ( https://github.com/rust-osdev/x86_64/pull/571 )
17+
318# 0.15.3 – 2025-11-19
419
520## New Features
You can’t perform that action at this time.
0 commit comments