New Features
- Python — structural pattern matching (
match/case, PEP 634, Python 3.10+) is now counted correctly for cyclomatic complexity (including--modifiedmode)
Bug Fixes
- C/C++: stop raw string literals (
R"(…)") from swallowing following code in the tokenizer (issue #478, PR #479)
Published to PyPI via GitHub Actions (release.yml).