File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
15
15
name = " x86_64"
16
16
readme = " README.md"
17
17
repository = " https://github.com/rust-osdev/x86_64"
18
- version = " 0.15.0 "
18
+ version = " 0.15.1 "
19
19
edition = " 2018"
20
20
rust-version = " 1.59" # Needed to support inline asm and default const generics
21
21
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
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
+
3
19
# 0.15.0 – 2024-03-04
4
20
5
21
## Breaking changes
You can’t perform that action at this time.
0 commit comments