Skip to content

Commit e18cb35

Browse files
authored
Merge pull request #570 from rust-osdev/release/0.15.4
release 0.15.4
2 parents c9fb128 + dc01d84 commit e18cb35

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
1515
name = "x86_64"
1616
readme = "README.md"
1717
repository = "https://github.com/rust-osdev/x86_64"
18-
version = "0.15.3"
18+
version = "0.15.4"
1919
edition = "2018"
2020
rust-version = "1.59" # Needed to support inline asm and default const generics
2121

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

0 commit comments

Comments
 (0)