diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d7596..db9e71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.14](https://github.com/structured-world/structured-email-address/compare/v0.0.13...v0.0.14) - 2026-07-08 + +### Data + +PSL data: bump structured-public-domains to v0.0.15. + +## [0.0.13](https://github.com/structured-world/structured-email-address/compare/v0.0.12...v0.0.13) - 2026-07-07 + +### Data + +PSL data: bump structured-public-domains to v0.0.14. + +## [0.0.12](https://github.com/structured-world/structured-email-address/compare/v0.0.11...v0.0.12) - 2026-07-02 + +### Data + +PSL data: bump structured-public-domains to v0.0.13. + ## [0.0.11](https://github.com/structured-world/structured-email-address/compare/v0.0.10...v0.0.11) - 2026-06-30 ### Testing diff --git a/Cargo.lock b/Cargo.lock index e6630ea..2afad99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,7 +586,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "structured-email-address" -version = "0.0.11" +version = "0.0.14" dependencies = [ "criterion", "idna", @@ -601,9 +601,9 @@ dependencies = [ [[package]] name = "structured-public-domains" -version = "0.0.12" +version = "0.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71b0db9defd920338cc5dce4cb426b46bc7ebefb978e029e0910cdceaa9daad" +checksum = "0dc2d1bd009df12aaa0fbcf72fa89c4e5f364923897fb7676ed7178a91367625" [[package]] name = "syn" diff --git a/Cargo.toml b/Cargo.toml index d936b16..619769d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-email-address" -version = "0.0.11" +version = "0.0.14" edition = "2024" rust-version = "1.92" authors = ["Structured World Foundation "] @@ -20,7 +20,7 @@ rayon = ["dep:rayon"] [dependencies] idna = "1.1" -structured-public-domains = { version = "0.0.12", optional = true } +structured-public-domains = { version = "0.0.15", optional = true } serde = { version = "1", features = ["derive"], optional = true } unicode-normalization = "0.1" unicode-security = "0.1"