diff options
author | iximeow <me@iximeow.net> | 2022-01-02 14:06:41 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-01-02 14:06:41 -0800 |
commit | 390c56e720668b1fb2db9151b6258646b205963b (patch) | |
tree | cb4addcb26c552158ef400682f93516ffc706f86 | |
parent | 27d01bf05c16c96ad4bd211a29142e7f43069c37 (diff) |
0.2.3
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +## 0.2.3 +* add differential tests, initial impl only tests against capstone + ## 0.2.2 * fix docs typo. @@ -1,7 +1,7 @@ [package] name = "yaxpeax-arm" -version = "0.2.2" +version = "0.2.3" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" |