diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +## 0.2.2 + +* add наб's yaxpeax-superh. thank you!! +* bump yaxpeax-x86 to 0.1.5, and -ia64 to 0.1.3 + ## 0.2.1 * bump yaxpeax-x86 to 0.1.0 @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "yaxpeax-dis" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "hex", @@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.2.2" +version = "0.2.3" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" |