From a56c1247d95ad1b76631c020b31ea3818d40f4e6 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 1 Mar 2025 11:47:03 -0800 Subject: 0.2.11 --- CHANGELOG | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b517d4..53fea0b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 1518c50..3650d8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "yaxpeax-dis" -version = "0.2.10" +version = "0.2.11" dependencies = [ "clap", "hex", diff --git a/Cargo.toml b/Cargo.toml index f22fb4c..42372f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.2.10" +version = "0.2.11" authors = ["iximeow "] license = "0BSD" edition = "2018" -- cgit v1.1