aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ba620cd..0ef3448 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+## 0.2.8
+
+* link to the right cratesio badge...
+
## 0.2.7
* *MORE* readme and metadata updates
diff --git a/Cargo.lock b/Cargo.lock
index e530d80..a420589 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -486,7 +486,7 @@ dependencies = [
[[package]]
name = "yaxpeax-dis"
-version = "0.2.7"
+version = "0.2.8"
dependencies = [
"clap",
"hex",
diff --git a/Cargo.toml b/Cargo.toml
index 96a914a..fa5075c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yaxpeax-dis"
-version = "0.2.7"
+version = "0.2.8"
authors = ["iximeow <me@iximeow.net>"]
license = "0BSD"
edition = "2018"
diff --git a/README.md b/README.md
index 24a4b4d..5c71e76 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## yaxpeax-dis
-[![crate](https://img.shields.io/crates/v/yaxpeax-x86.svg?logo=rust)](https://crates.io/crates/yaxpeax-x86)
+[![crate](https://img.shields.io/crates/v/yaxpeax-dis.svg?logo=rust)](https://crates.io/crates/yaxpeax-dis)
`yaxpeax-dis` is the repo providing `yaxdis`, a small and very naive disassembler to exercise decoders in the [yaxpeax project](https://git.iximeow.net/yaxpeax-arch/about/). it does not (currently?) do much other than disassembling hex input, and is mostly useful as an example of how to use decoders and spot-checking a specific instruction's decoding.