We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a508a41 commit 28b8b56Copy full SHA for 28b8b56
Cargo.toml
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
22
name = "x86_64"
23
readme = "README.md"
24
repository = "https://github.com/rust-osdev/x86_64"
25
-version = "0.8.3"
+version = "0.9.0"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -1,3 +1,5 @@
1
+# 0.9.0
2
+
3
- **Breaking:** Return the UnusedPhysFrame on MapToError::PageAlreadyMapped ([#118](https://github.com/rust-osdev/x86_64/pull/118))
4
- Add User Mode registers ([#119](https://github.com/rust-osdev/x86_64/pull/119))
5
0 commit comments