From b9754b31ef0e72cdce7330ebce87b3aa1b87641f Mon Sep 17 00:00:00 2001
From: iximeow <me@iximeow.net>
Date: Sat, 17 Jul 2021 23:43:02 -0700
Subject: add lc87 to the matrix, fix incorrect changelog entry

---
 CHANGELOG  | 10 ++++++++--
 Cargo.toml |  2 +-
 README.md  |  1 +
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 8bce871..7fa36dd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,15 @@
-## 0.2.3
+## 0.2.5
 
-added `Reader` impls for `U8Reader` on `u16` addresses
+added `yaxpeax-lc87` to the matrix
+
+## 0.2.4
 
 fix incorrect `Reader` impls of `offset` and `total_offset` on non-`u8` words
 
+## 0.2.3
+
+added `Reader` impls for `U8Reader` on `u16` addresses
+
 ## 0.2.2
 
 added `ReaderBuilder` trait and impls for `U8Reader` on various address and word types.
diff --git a/Cargo.toml b/Cargo.toml
index 351f07b..07f4e04 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["disassembly", "disassembler"]
 license = "0BSD"
 name = "yaxpeax-arch"
 repository = "https://git.iximeow.net/yaxpeax-arch/"
-version = "0.2.4"
+version = "0.2.5"
 
 [dependencies]
 "num-traits" = { version = "0.2", default-features = false }
diff --git a/README.md b/README.md
index 60410ee..b11f5b8 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ there are numerous architectures for which decoders are implemented, at varying
 | `avr` | [yaxpeax-avr](https://github.com/The6P4C/yaxpeax-avr) | 🥳 | 🚧 | ❓ | contributed by [@the6p4c](https://twitter.com/The6P4C)! |
 | `sh`/`sh2`/`j2`/`sh3`/`sh4` | [yaxpeax-superh](https://git.sr.ht/~nabijaczleweli/yaxpeax-superh) | 🥳 | 🚧 | ❓ | contributed by [наб](https://nabijaczleweli.xyz) |
 | `MOS 6502` | [yaxpeax-6502](https://github.com/cr1901/yaxpeax-6502) | ⚠️ | ❓ | ❓ | contributed by [@cr1901](https://www.twitter.com/cr1901) |
+| `lc87` | [yaxpeax-lc87](https://www.github.com/iximeow/yaxpeax-lc87) | 🥳 | ⚠️ | ❓ | |
 
 ### mirrors
 
-- 
cgit v1.1