We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c9c5f commit 4d5058cCopy full SHA for 4d5058c
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.13.0"
+version = "0.13.1"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.13.1 – 2020-12-29
4
+
5
- PCID support instructions ([#169])(https://github.com/rust-osdev/x86_64/pull/169))
6
7
# 0.13.0 – 2020-12-28
0 commit comments