From 90c721518257ad8ebedfd3bc29ba183d9299d262 Mon Sep 17 00:00:00 2001 From: Tom Dohrmann Date: Sat, 22 Nov 2025 10:57:34 +0100 Subject: [PATCH 1/4] update changelog --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 49ab71e8..0f877882 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,15 @@ # Unreleased +# 0.15.4 – 2025-11-22 + +## New Features + +- [add SMAP helpers](https://github.com/rust-osdev/x86_64/pull/566) + +## Fixes + +- [fix docs.rs build](https://github.com/rust-osdev/x86_64/pull/569) + # 0.15.3 – 2025-11-19 ## New Features From 30c3c03c9b68801fceae0308f0a0fc03923e157b Mon Sep 17 00:00:00 2001 From: Tom Dohrmann Date: Sat, 22 Nov 2025 10:57:48 +0100 Subject: [PATCH 2/4] release 0.15.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a033b646..1f168344 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 From 14f504fd4f5f8485a922e0d02ff86ae88bb9214f Mon Sep 17 00:00:00 2001 From: Tom Dohrmann Date: Mon, 24 Nov 2025 20:32:45 +0100 Subject: [PATCH 3/4] update changelog --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0f877882..afc828ee 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,11 +5,16 @@ ## 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 From dc01d84dff05c364885472c1effa7981bd54c923 Mon Sep 17 00:00:00 2001 From: Tom Dohrmann Date: Mon, 24 Nov 2025 20:33:31 +0100 Subject: [PATCH 4/4] update date in changelog --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index afc828ee..b99ff78d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Unreleased -# 0.15.4 – 2025-11-22 +# 0.15.4 – 2025-11-24 ## New Features