From e483a562a84204e4e1dd2543e080e9f879a89d82 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 7 May 2021 00:13:58 -0700 Subject: 0.2.1 --- CHANGELOG | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" -- cgit v1.1