Skip to content
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
name = "x86_64"
readme = "README.md"
repository = "https://github.com/rust-osdev/x86_64"
version = "0.15.3"
version = "0.15.4"
edition = "2018"
rust-version = "1.59" # Needed to support inline asm and default const generics

Expand Down
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Unreleased

# 0.15.4 – 2025-11-24

## New Features

- [add SMAP helpers](https://github.com/rust-osdev/x86_64/pull/566)
- [add ability to add iomap to TSS](https://github.com/rust-osdev/x86_64/pull/194)

## Fixes

- [fix docs.rs build](https://github.com/rust-osdev/x86_64/pull/569)

## Other Improvements

- [Bump actions/checkout from 5 to 6](https://github.com/rust-osdev/x86_64/pull/571)

# 0.15.3 – 2025-11-19

## New Features
Expand Down