From dc5009747382246301c5bf707d0895f78c3636d3 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 6 Dec 2020 13:56:06 -0800 Subject: bump version to 0.1.2 --- CHANGELOG | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f968827..811f1d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +## 0.1.2 + +non-temporal hint selection (`.nt1`, `.nt2`, `.nt3`) was off by one and could panic on valid inputs +`I-Unit` operand form `I25` extension bits were incorrectly transcribed from the manual +- as a result, both `mov =ip` and `mov =pr` would decode incorrectly + ## 0.1.1 actually decodeinvalid instructions. diff --git a/Cargo.toml b/Cargo.toml index e3f73d9..fe4c38a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaxpeax-ia64" -version = "0.1.1" +version = "0.1.2" authors = ["iximeow "] edition = "2018" license = "0BSD" -- cgit v1.1