We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c597a commit 87f1b59Copy full SHA for 87f1b59
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.11.8"
+version = "0.12.0"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.12.0 – 2020-09-23
4
+
5
- **Breaking**: Decouple instructions into a separate feature flag ([#179](https://github.com/rust-osdev/x86_64/pull/179))
6
- Gates the `instructions` module by a new `instructions` feature (enabled by default).
7
- Rename the `stable` feature to `external_asm`
0 commit comments