diff options
author | iximeow <me@iximeow.net> | 2020-05-03 13:57:09 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-05-03 13:57:09 -0700 |
commit | 905dc4c7feac1e09cde70db52c0762e8990d4d96 (patch) | |
tree | 80daca801e23946df92c942e3af84323692ad02d | |
parent | bc7c5f7d3b8f68c59c926b46cfbd808e4d397c49 (diff) |
bump version to 0.0.110.0.11
-rw-r--r-- | CHANGELOG | 8 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +## 0.0.11 + +* fix mis-named 'cbd' instruction, which should be 'cwd' +* add `Operand::width` to query the width of an x86 access + - this is wrong for many memory operands, which require deeper changes +* bump `yaxpeax-arch` to 0.0.4, which yields a breaking change in `Self::Unit` of `LengthedInstruction +* `Prefixes::rep` is now public, allowing users to query if a decoded instruction has a rep prefix + ## 0.0.10 same as 0.0.9, but with a warning fixed. @@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "0.0.10" +version = "0.0.11" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" |