diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a88d1..de0b53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG.md +## 0.6.5 (2024-08-14) + +Features: + + - Add `Mapped` permutation method that maps one or more characters into + another set of one or more characters that are similar, or easy to miss, + such as `d` -> `cl`, `ck` -> `kk`. + ## 0.6.4 (2024-08-13) Fix: diff --git a/twistrs/Cargo.toml b/twistrs/Cargo.toml index 121e288..c8aacba 100644 --- a/twistrs/Cargo.toml +++ b/twistrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twistrs" -version = "0.6.4" +version = "0.6.5" description = "An asynchronous domain name permutation and enumeration library." license = "MIT" repository = "https://github.com/JuxhinDB/twistrs"