diff options
author | iximeow <me@iximeow.net> | 2025-03-01 11:47:03 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2025-03-01 11:47:23 -0800 |
commit | a56c1247d95ad1b76631c020b31ea3818d40f4e6 (patch) | |
tree | 4c206a70bf45f08b54859c543f9cb541709d6ddf | |
parent | a55286c1523d4bce872d0c06d98f95c943fae617 (diff) |
0.2.11HEAD0.2.11no-gods-no-
-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" |