aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-01-15 19:20:20 -0800
committeriximeow <me@iximeow.net>2021-01-15 19:20:38 -0800
commit0fc30830f76685f32b2c1469691efdf3104f8e6e (patch)
tree3e2e3a8455ff9027a87a66029442b6abb1eae970
parent7449ed6557be573e1b85006b1ab2e9bf0c45d8b8 (diff)
update changelog and bump version to 0.2.3 for release0.2.3
-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"