We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8928cc commit f8af5dcCopy full SHA for f8af5dc
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.14.3"
+version = "0.14.4"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.14.4 – 2021-07-19
4
+
5
- Add `instructions::tables::sgdt` ([#279](https://github.com/rust-osdev/x86_64/pull/279))
6
- Improve control register bits ([#273](https://github.com/rust-osdev/x86_64/pull/273))
7
- Add `Cr0` bits: `EXTENSION_TYPE` (ET)
0 commit comments