diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +## 0.2.11 + +* yaxpeax-x86 to 2.0 +* yaxpeax-arm, yaxpeax-mps430 to yaxpeax-arch 0.3-based versions (no functional changes) +* add sm83 and renesas rx architectures + ## 0.2.10 * yaxpeax-arm to 0.2 @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "yaxpeax-dis" -version = "0.2.10" +version = "0.2.11" dependencies = [ "clap", "hex", @@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.2.10" +version = "0.2.11" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" |