From 1e052c9c855bad7a051c8c2ad336b6b0170a1098 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 25 Jun 2024 14:14:41 -0700 Subject: 0.3.0 --- CHANGELOG | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 46607d7..51dccc1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +## 0.3.0 + +* major version bump of yaxpeax-arch (0.2.7 -> 0.3.1) + - while there is no direct API breakage of yaxpeax-arch, typical use of the + yaxpeax crates would have issues with their yaxpeax-arch dependency not + matching the transitive dependency through specific decoder crates. so, major + version bump it is! + ## 0.2.6 * aarch64: add support for `udf` (`0000_0000_0000_0000_`) diff --git a/Cargo.toml b/Cargo.toml index fbadd4e..f02f477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yaxpeax-arm" -version = "0.2.6" +version = "0.3.0" authors = ["iximeow "] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" -- cgit v1.1