aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <me@iximeow.net>"]
license = "0BSD"
edition = "2018"