File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.4 "
18+ version = " 0.15.5 "
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.5 – 2026-07-11
4+
5+ This release is compatible with Rust nightlies starting with ` nightly-2026-07-10 ` (this only applies when the ` nightly ` feature is used).
6+
7+ ## New Features
8+
9+ - [ implement DoubleEndedIterator for ranges + implement more iterator methods] ( https://github.com/rust-osdev/x86_64/pull/589 )
10+ - [ feat: Added the "from_pfn" in PhysFrame] ( https://github.com/rust-osdev/x86_64/pull/593 )
11+
12+ ## Fixes
13+
14+ - [ fix(instructions): allow unused_unsafe for cpuid] ( https://github.com/rust-osdev/x86_64/pull/575 )
15+ - [ fix(mapper): inline internal map_to\_\* functions] ( https://github.com/rust-osdev/x86_64/pull/578 )
16+ - [ docs: fix typos] ( https://github.com/rust-osdev/x86_64/pull/579 )
17+ - [ docs(page): fix typos] ( https://github.com/rust-osdev/x86_64/pull/582 )
18+ - [ don't enable abi_x86_interrupt if not needed] ( https://github.com/rust-osdev/x86_64/pull/585 )
19+ - [ insert NOP after STI] ( https://github.com/rust-osdev/x86_64/pull/588 )
20+ - [ add missing {forward,backward}\_ overflowing impls] ( https://github.com/rust-osdev/x86_64/pull/595 )
21+
22+ ## Other Improvements
23+
24+ - [ Bump actions/cache from 4 to 5] ( https://github.com/rust-osdev/x86_64/pull/573 )
25+ - [ ci: add typos job] ( https://github.com/rust-osdev/x86_64/pull/580 )
26+ - [ Bump actions/checkout from 6 to 7] ( https://github.com/rust-osdev/x86_64/pull/590 )
27+
328# 0.15.4 – 2025-11-24
429
530## New Features
You can’t perform that action at this time.
0 commit comments