Skip to content

Commit ad4d90d

Browse files
authored
Merge pull request #473 from rust-osdev/release/0.15.1
release 0.15.1
2 parents 306b3e1 + 0cf4824 commit ad4d90d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-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.0"
18+
version = "0.15.1"
1919
edition = "2018"
2020
rust-version = "1.59" # Needed to support inline asm and default const generics
2121

Changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Unreleased
22

3+
# 0.15.1 – 2024-03-19
4+
5+
## New Features
6+
7+
- [add constructor for `InterruptStackFrameValue`](https://github.com/rust-osdev/x86_64/pull/467)
8+
- [add `Cr3::write_pcid_no_flush`](https://github.com/rust-osdev/x86_64/pull/472)
9+
10+
## Fixes
11+
12+
- [properly jump the address gap in CleanUp](https://github.com/rust-osdev/x86_64/pull/469)
13+
14+
## Other Improvements
15+
16+
- [added help on update_flags to get flags](https://github.com/rust-osdev/x86_64/pull/465)
17+
- [expose DEBUG_STR more directly](https://github.com/rust-osdev/x86_64/pull/471)
18+
319
# 0.15.0 – 2024-03-04
420

521
## Breaking changes

0 commit comments

Comments
 (0)