multivon-eval 0.12.3 — release-readiness campaign fixes
·
17 commits
to main
since this release
Fixed
phone_intldetects real-world spaced international numbers. The
regex allowed only one separator after the country code, so the docs' own
example ("+44 7911 123456") scored "No PII detected" — caught by the
release-readiness re-verification pass against the published 0.12.2 wheel.
Now: 6-14 digits after the country code, each optionally separated;
arithmetic/version strings still not flagged (test-pinned both ways).
Also includes 0.12.1–0.12.2 — see CHANGELOG.md.