aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-05-07 00:13:58 -0700
committeriximeow <me@iximeow.net>2021-05-07 00:13:58 -0700
commite483a562a84204e4e1dd2543e080e9f879a89d82 (patch)
tree4f104027b8fbff0663b2331c8fc9bae083ce68dd
parentbf4dc7ee2fd352a01deda314da82af588dd50952 (diff)
0.2.10.2.1
-rw-r--r--CHANGELOG5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e7de252..ad57335 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+## 0.2.1
+* update `yaxpeax-arch` dep to 0.0.5
+ - no external-facing changes for this, but `yaxpeax-arch 0.0.5` uses `crossterm` for cross-platform terminal coloring
+* clean up a few warnings that made it into 0.2.0?
+
## 0.2.0
### features!
* fuzz against mishegos and fix many bugs that made obvious
diff --git a/Cargo.toml b/Cargo.toml
index 875e9b5..4779722 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yaxpeax-x86"
-version = "0.2.0"
+version = "0.2.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-x86/"