aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-01-02 14:06:41 -0800
committeriximeow <me@iximeow.net>2022-01-02 14:06:41 -0800
commit390c56e720668b1fb2db9151b6258646b205963b (patch)
treecb4addcb26c552158ef400682f93516ffc706f86
parent27d01bf05c16c96ad4bd211a29142e7f43069c37 (diff)
0.2.3
-rw-r--r--CHANGELOG3
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 1 deletions
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 <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-arm/"