Skip to content

Commit a1b3952

Browse files
authored
Merge pull request #3 from bnkc/dns-resolver
DNS resolver
2 parents a432a0f + 709d7a4 commit a1b3952

19 files changed

+2139
-1164
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Merge pull request #4 from bnkc/dependabot/cargo/pyo3-0.22.4
13+
- Bump pyo3 from 0.22.2 to 0.22.4
14+
- Changing toolchain
15+
- Completed domain deliverability
16+
- Restructuring project
17+
- Update README.md
18+
19+
## [1.0.0] - 2024-08-08
20+
21+
### Added
22+
23+
- Add files via upload
24+
25+
### Changed
26+
27+
- Updating toml
28+
- Renaming to emval
29+
- Update README.md
30+
- Update README.md
31+
- Update benchmark.py
32+
- Delete benchmark_results.svg
33+
- Delete test.py
34+
- Update README.md
35+
- Delete perf.png
36+
- Began new benchmarking
37+
- Flattened out ValidatedEmail, working on valid tests
38+
- Update README.md
39+
- Update README.md
40+
- Update README.md
41+
- Create LICENSE
42+
- Update README.md
43+
- Update README.md
44+
- Starting readme
45+
- Close to completeing invalid syntax testing
46+
- Deliverable flag and more invalid email tests
47+
- Better PyError handling
48+
- Python bindings
49+
- Preparing for python binding migration
50+
- Refactored tests, added original and normalized email to struct
51+
- Validate special domains
52+
- Setup case testing, passing test suite
53+
- Still working on quoted local part tests
54+
- Quoted local part tests pass
55+
- Domain literals completed
56+
- Working on fixing domain testing and validation
57+
- Benchmarking
58+
- Initial commit for new project structure
59+
60+
[unreleased]: https://github.com/bnkc/emval/compare/v1.0.0..HEAD
61+
62+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)