Skip to main content

CHANGELOG.md

# Changelog

## [1.0.2](https://github.com/DanielDent/elixir_php_email_validator/compare/v1.0.1...v1.0.2) (2026-06-20)


### Miscellaneous Chores

* release 1.0.2 ([#5](https://github.com/DanielDent/elixir_php_email_validator/issues/5)) ([0a529af](https://github.com/DanielDent/elixir_php_email_validator/commit/0a529afd2005b726e5131bc9cd8ca98e49ce2544))

## [1.0.1](https://github.com/DanielDent/elixir_php_email_validator/compare/v1.0.0...v1.0.1) (2026-06-20)


### Bug Fixes

* drop unsupported semver-major-days cooldown for github-actions ([4836149](https://github.com/DanielDent/elixir_php_email_validator/commit/4836149147e92bbdc41ba732f3d0b791fd0d2846))

## 1.0.0 (2026-06-20)


### Features

* initial release of elixir_php_email_validator ([da84a11](https://github.com/DanielDent/elixir_php_email_validator/commit/da84a1139e00595edc8b106aacb72ac859e06aa9))

## Changelog

This file is maintained automatically by
[release-please](https://github.com/googleapis/release-please) from
[Conventional Commits](https://www.conventionalcommits.org/). Please do not edit
it by hand — write good commit messages instead (see `RELEASING.md`).

Each release also notes which php-src state the vendored regex was verified
against, since this library's behaviour intentionally tracks PHP's
`filter_var(FILTER_VALIDATE_EMAIL)`.