Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 23:13
27f2121

0.2.0 (2026-09-07)

Features

  • abi3 wheels, PyPI trusted publishing, release-please, dependabot (3b6af74)
  • more phonetic algorithms, WASM feasibility CI, weekly deep-fuzz job, close_matches prefilter (d159155)
  • publish tors-core to crates.io alongside PyPI, harden CI permissions (394b067)
  • v0 - single-pass GIL-free text normalization (124ef5d)
  • v0.1.0 feature set — text normalization, segmentation, diffing, fuzzy/phonetic matching, retrieval, chunking, and integrity primitives (7fb43db)

Bug Fixes

  • ci: astral-sh/setup-uv has no floating major tag, pin full v10.0.1 (ca2069c)
  • close deadline-bypass DoS gap, cut chunk/truncate to one pass, DRY the py layer (134c07c)
  • dedent,tokenize: adopt CPython 3.14 dedent rule, drop empty terms (a9030dd)
  • release-please: drop package-name so tags stay plain vX.Y.Z (212739b)

Documentation

  • cover sync/async on every tors.aio-wrapped function, fix stale fuzz-target list (a676062)
  • mkdocs site + GitHub Pages deploy, uv.lock discipline in CI (4cf8ad0)