aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9b64675..50e51e1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/Cargo.lock b/Cargo.lock
index 7ec61ac..7397edc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -327,7 +327,7 @@ dependencies = [
[[package]]
name = "yaxpeax-dis"
-version = "0.2.2"
+version = "0.2.3"
dependencies = [
"clap",
"hex",
diff --git a/Cargo.toml b/Cargo.toml
index 77c1256..cfb77ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"