From 390c56e720668b1fb2db9151b6258646b205963b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Jan 2022 14:06:41 -0800 Subject: 0.2.3 --- CHANGELOG | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index dd31acb..87fcaa8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +## 0.2.3 +* add differential tests, initial impl only tests against capstone + ## 0.2.2 * fix docs typo. diff --git a/Cargo.toml b/Cargo.toml index b576755..63974ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yaxpeax-arm" -version = "0.2.2" +version = "0.2.3" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" -- cgit v1.1