diff options
author | iximeow <me@iximeow.net> | 2021-09-28 19:56:14 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-09-28 19:56:14 -0700 |
commit | 80737e150dbc143e95b2b1c995d087822dda9a0b (patch) | |
tree | c2d17aa280ab2c2f9efde8078194041b14e7b351 /CHANGELOG | |
parent | 2af9f3d92184f248089a4134d6ef88162f080415 (diff) |
do not publish crates with compilation warnings (bump for 0.1.3 also)0.1.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |