aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
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 <me@iximeow.net>"]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-arm/"