From 9ec32d345641cbe870480fbec766f03f061dfffd Mon Sep 17 00:00:00 2001 From: Juxhin Dyrmishi Brigjaj Date: Sun, 6 Oct 2024 18:09:29 +0200 Subject: [PATCH] Release 0.6.6 --- CHANGELOG.md | 8 ++++++++ twistrs/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0b53c..4c7752b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG.md +## 0.6.6 (2024-10-06) + +Features: + + - Add `DoubleVowelInsertion` permutation method that inserts all ascii + character in between two vowels, such as `ae` -> `ave`. + + ## 0.6.5 (2024-08-14) Features: diff --git a/twistrs/Cargo.toml b/twistrs/Cargo.toml index c8aacba..3392cb3 100644 --- a/twistrs/Cargo.toml +++ b/twistrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twistrs" -version = "0.6.5" +version = "0.6.6" description = "An asynchronous domain name permutation and enumeration library." license = "MIT" repository = "https://github.com/JuxhinDB/twistrs"