From 99fa3b9ad8094a726f2137a717ba7eb9e4118194 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 6 Feb 2025 00:23:14 -0800 Subject: 0.3.1 --- CHANGELOG | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 51dccc1..36c766d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +## 0.3.1 + +* fix no-std transitively depending on std still + - thank you @encounter for the patch! + ## 0.3.0 * major version bump of yaxpeax-arch (0.2.7 -> 0.3.1) diff --git a/Cargo.toml b/Cargo.toml index 6f2a67f..6e00eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yaxpeax-arm" -version = "0.3.0" +version = "0.3.1" authors = ["iximeow "] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" -- cgit v1.1