diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 @@ -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/" |