Skip to content

Commit

Permalink
Update CHANGELOG (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuxhinDB authored Dec 12, 2024
1 parent 63d9274 commit 5fc1a7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG.md

## 0.7.0 (2024-12-12)

Fix:

- Add `.edu.au` to the list of accepted TLDs

## 0.6.8 (2024-11-29)

Fix:
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.9"
version = "0.7.0"
description = "An asynchronous domain name permutation and enumeration library."
license = "MIT"
repository = "https://github.com/JuxhinDB/twistrs"
Expand Down
2 changes: 1 addition & 1 deletion twistrs/src/tlds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ pub const TLDS: [&str; 1543] = [
"zw",
];

pub const TLDS_EXTENDED: [&str; 3340] = [
pub const TLDS_EXTENDED: [&str; 3341] = [
"2000.hu",
"5g.in",
"6g.in",
Expand Down

0 comments on commit 5fc1a7f

Please sign in to comment.