From 85668b222582ef1edae537beea452d5e1c933389 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 15 Dec 2023 17:56:31 -0800 Subject: update changelog, bump version number for future publish --- CHANGELOG | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5b76b08..c8e1239 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +## 1.2.1 + +* fix incorrect register numbers used in `RegSpec::r12()` and `RegSpec::r13()` + and smaller-size variants +* start fixing synonyms of registers from `rex.w` on byte-size instructions + with register number <4 + ## 1.2.0 * fix incorrect old yaxpeax-arch version selection for ffi crates * address incorrect behavior of `Prefixes::cs()` diff --git a/Cargo.toml b/Cargo.toml index 5ba8e03..0f89b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "1.2.0" +version = "1.2.1" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" -- cgit v1.1