v3.7.0-beta
- Added
cpt check-languagewith deterministicLANG001validation for Markdown content. - Integrated language checking into the analyze workflow, including support for ignore patterns.
- Hardened validation and config error reporting: unknown language codes and workspace config issues now surface explicitly.
- Added Python < 3.11 TOML compatibility via
_tomllib_compat.py.
What's Changed
- feat: Add Python <3.11 compatibility for tomllib imports by @Artifizer in #148
- improve guides by @ainetx in #147
- feat: add content language validation for markdown artifacts by @teslanika in #133
New Contributors
- @teslanika made their first contribution in #133
Full Changelog: v3.6.0-beta...v3.7.0-beta