From 7c2fa4fa9caea3fbfcd7d22e5da6b4ccbbfa3d17 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 22 Mar 2020 20:27:40 -0700 Subject: bump version to 0.0.9 --- CHANGELOG | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ed98cfd..029a20e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +## 0.0.9 + +added `protected_mode` for 32-bit instruction decoding. BCD instructions not yet supported. + +## 0.0.8 + +same as 0.0.7, but with a readme in the crates.io page. + ## 0.0.7 `sse` and `sse2` support are mostly complete. diff --git a/Cargo.toml b/Cargo.toml index 7b27d00..86cdcb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "0.0.8" +version = "0.0.9" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" -- cgit v1.1