From 80737e150dbc143e95b2b1c995d087822dda9a0b Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 28 Sep 2021 19:56:14 -0700 Subject: do not publish crates with compilation warnings (bump for 0.1.3 also) --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 13cffe2..98100f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +## 0.1.3 +* same as 0.1.2, but fixes a few compilation warnings that snuck in too. + ## 0.1.2 * fix some instructions in aarch64 decoding panicking with "unreachable" instead of returning an `Err(DecodeError::Incomplete)`. similarly, some @@ -6,6 +9,8 @@ * fix some instructions in armv7 decoding or display panicking instead of displaying a valid instruction, or returning a decode error. +... subsequently yanked because some compilation warnings ended up in this version. + ## 0.1.1 * fix incorrect `yaxpeax_arch::Arch` impl for `std`-enabled builds (DecodeError did not implement `std::error::Error` in those build environments) -- cgit v1.1