Skip to content

Localize version 0.49.0

Choose a tag to compare

@kipcole9 kipcole9 released this 11 Jul 22:00
· 327 commits to main since this release

[0.49.0] — July 12th, 2026

Fixed

  • Change the namespaces on the leex lexers and yecc parsers to avoid module name clash with ex_cldr versions. Thanks to @jerryluk for the PR. Closes #40.

  • The coverage ignore list follows the renamed lexer/parser modules, restoring measured coverage above the 90% CI threshold; a guard test now fails when an ignore-list entry names a module that no longer exists.