From cdc24378eedebf7ab3f7b51e88794a7a15309009 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 18 Jul 2020 12:20:05 -0700 Subject: update changelog and bump version --- CHANGELOG | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 59b1750..3a24ffb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +## 0.0.14 + +* `netburst` supported `cmpxchg16b` from its first x86_64 incarnation. since no +uarch in `long_mode` had declared `cmpxchg16b` support, no uarch-specific Intel +decoder supported `cmpxchg16b`. + ## 0.0.13 * the Intel microarchitecture is named `Penryn`, not `Peryn`. diff --git a/Cargo.toml b/Cargo.toml index cc1d538..3127cee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "0.0.13" +version = "0.0.14" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" -- cgit v1.1