From 5fdad6814405a8479abf00eec457c8c3cdb5d126 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" Date: Thu, 2 Jul 2026 08:44:02 +0000 Subject: [PATCH 1/2] feat(data): bump PSL data to structured-public-domains v0.0.13 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d7596..60dfa03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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..196acd6 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.12" dependencies = [ "criterion", "idna", @@ -601,9 +601,9 @@ dependencies = [ [[package]] name = "structured-public-domains" -version = "0.0.12" +version = "0.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71b0db9defd920338cc5dce4cb426b46bc7ebefb978e029e0910cdceaa9daad" +checksum = "d1b2680ceda618eb49bc89f0aeb164cb197e61609d03a1ba5007acc093f6d471" [[package]] name = "syn" diff --git a/Cargo.toml b/Cargo.toml index d936b16..dbf817c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-email-address" -version = "0.0.11" +version = "0.0.12" 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.13", optional = true } serde = { version = "1", features = ["derive"], optional = true } unicode-normalization = "0.1" unicode-security = "0.1" From 19c256bc3f5ac39584fd566b5be1e5410af8927a Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" Date: Tue, 7 Jul 2026 09:25:43 +0000 Subject: [PATCH 2/2] feat(data): bump PSL data to structured-public-domains v0.0.14 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dfa03..dc02b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 diff --git a/Cargo.lock b/Cargo.lock index 196acd6..16d8e4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,7 +586,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "structured-email-address" -version = "0.0.12" +version = "0.0.13" dependencies = [ "criterion", "idna", @@ -601,9 +601,9 @@ dependencies = [ [[package]] name = "structured-public-domains" -version = "0.0.13" +version = "0.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1b2680ceda618eb49bc89f0aeb164cb197e61609d03a1ba5007acc093f6d471" +checksum = "e2aaed37021db39de9cc67d01694304dbaea818cb76fa1a093fc37460eeef3ac" [[package]] name = "syn" diff --git a/Cargo.toml b/Cargo.toml index dbf817c..58a0491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-email-address" -version = "0.0.12" +version = "0.0.13" 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.13", optional = true } +structured-public-domains = { version = "0.0.14", optional = true } serde = { version = "1", features = ["derive"], optional = true } unicode-normalization = "0.1" unicode-security = "0.1"