• v0.2.2 a5b91bed0d

    fix: state slug uses underscore + ascii-fold to match the proxy region- contract

    dsql released this 2026-06-29 07:25:14 +00:00 | 6 commits to main since this release

    addr.geo.fetch_location produced a hyphen slug with no unicode fold (new-york / québec), but the live proxy region- token the original utils.py fed expects underscore + ascii-fold (new_york / quebec). a multi-word state silently routed to an unrecognized region with no error. added _state_slug (NFKD ascii-fold, lowercase, spaces->underscore) and routed _parse_reverse through it. bump to v0.2.2.

    Signed-off-by: disqualifier dev@disqualifier.me

    Downloads