From 689d0e1a663f75a41afc913581c2a9a616c20880 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:27:10 +0000 Subject: [PATCH] chore: release v0.0.16 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8812188..4df4e87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,7 +586,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "structured-email-address" -version = "0.0.16" +version = "0.0.17" dependencies = [ "criterion", "idna", diff --git a/Cargo.toml b/Cargo.toml index 6fd5c13..522ff52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-email-address" -version = "0.0.16" +version = "0.0.17" edition = "2024" rust-version = "1.92" authors = ["Structured World Foundation "]