Skip to content

Commit

Permalink
Release 0.6.6 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuxhinDB authored Oct 6, 2024
1 parent c9b1fb3 commit 654f4f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion twistrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 654f4f0

Please sign in to comment.