Releases: cpp-linter/cpp-linter-rs
Releases · cpp-linter/cpp-linter-rs
Release list
cpp-linter v2.0.0-rc.22
cpp-linter/v2.0.0-rc.22 - 2026-06-28
🚀 Added
🛠️ Fixed
- Use correct output variable names by @2bndy5 in
7ad731f - Use diff line index as 1-based line numbers by @2bndy5 in #389
- Add context lines to generated patch by @2bndy5 in #390
Full commit diff: cpp-linter-js/v2.0.0-rc.20...cpp-linter/v2.0.0-rc.22
cpp-linter-py v2.0.0-rc.21
cpp-linter-py/v2.0.0-rc.21 - 2026-06-28
🚀 Added
🛠️ Fixed
- Use correct output variable names by @2bndy5 in
7ad731f - Use diff line index as 1-based line numbers by @2bndy5 in #389
- Add context lines to generated patch by @2bndy5 in #390
📦 Dependency updates
- Bump version to cpp-linter-js/v2.0.0-rc.20 by @2bndy5 in
2489719 - Bump version to cpp-linter/v2.0.0-rc.22 by @2bndy5 in
3f3647c
Full commit diff: cpp-linter-py/v2.0.0-rc.20...cpp-linter-py/v2.0.0-rc.21
cpp-linter-js v2.0.0-rc.21
cpp-linter-js/v2.0.0-rc.21 - 2026-06-28
🚀 Added
🛠️ Fixed
- Use correct output variable names by @2bndy5 in
7ad731f - Use diff line index as 1-based line numbers by @2bndy5 in #389
- Add context lines to generated patch by @2bndy5 in #390
📦 Dependency updates
- Bump version to cpp-linter/v2.0.0-rc.22 by @2bndy5 in
3f3647c - Bump version to cpp-linter-py/v2.0.0-rc.21 by @2bndy5 in
1808e4a
Full commit diff: cpp-linter-js/v2.0.0-rc.20...cpp-linter-js/v2.0.0-rc.21
cpp-linter-py v2.0.0-rc.20
cpp-linter-py/v2.0.0-rc.20 - 2026-06-24
🛠️ Fixed
- Pass
--extra-args to clang-tidy properly by @2bndy5 in #386 - Make repo-root path absolute by @2bndy5 in #387
📦 Dependency updates
- Bump version to cpp-linter-js/v2.0.0-rc.19 by @2bndy5 in
7949a3c - Bump the cargo group with 3 updates by @dependabot[bot] in #381
- Bump version to cpp-linter/v2.0.0-rc.21 by @2bndy5 in
9a9fe54
Full commit diff: cpp-linter-py/v2.0.0-rc.19...cpp-linter-py/v2.0.0-rc.20
cpp-linter-js v2.0.0-rc.20
cpp-linter-js/v2.0.0-rc.20 - 2026-06-24
🛠️ Fixed
- Pass
--extra-args to clang-tidy properly by @2bndy5 in #386 - Make repo-root path absolute by @2bndy5 in #387
📦 Dependency updates
- Bump the cargo group with 3 updates by @dependabot[bot] in #381
- Bump the npm group across 1 directory with 2 updates by @dependabot[bot] in #382
- Bump version to cpp-linter/v2.0.0-rc.21 by @2bndy5 in
9a9fe54 - Bump version to cpp-linter-py/v2.0.0-rc.20 by @2bndy5 in
bac1838
Full commit diff: cpp-linter-js/v2.0.0-rc.19...cpp-linter-js/v2.0.0-rc.20
cpp-linter v2.0.0-rc.21
cpp-linter/v2.0.0-rc.21 - 2026-06-23
🛠️ Fixed
- Pass
--extra-args to clang-tidy properly by @2bndy5 in #386 - Make repo-root path absolute by @2bndy5 in #387
Full commit diff: cpp-linter-js/v2.0.0-rc.19...cpp-linter/v2.0.0-rc.21
cpp-linter v2.0.0-rc.20
cpp-linter/v2.0.0-rc.20 - 2026-06-21
📦 Dependency updates
Full commit diff: cpp-linter/v2.0.0-rc.19...cpp-linter/v2.0.0-rc.20
cpp-linter v2.0.0-rc.19
cpp-linter/v2.0.0-rc.19 - 2026-06-21
🚀 Added
- Use diff instead of clang-format XML output by @2bndy5 in #347
- Use stricter linting rules by @2bndy5 in #353
- Get clang-tidy fixes regardless of tidy-review value by @2bndy5 in #354
- Merge review suggestions from both clang tools by @2bndy5 in #358
- Add logs about summarizing PR reviews by @2bndy5 in #371
- Allow explicit use of package managers by @2bndy5 in #372
- Add colors to
--helpoutput and uniform logging by @2bndy5 in #374 - Add
fix-patch-pathoutput variable by @2bndy5 in #378
🚫 Deprecated
🛠️ Fixed
- Respect verbosity per GitHub Actions env var by @2bndy5 in #346
- Do not change directory to
repo-rootby @2bndy5 in #349 - Bump git-bot-feedback to v0.6.1 by @2bndy5 in #363
- Prevent PR review summary exceeding 65535 len by @2bndy5 in #370
📦 Dependency updates
📝 Documentation
Full commit diff: cpp-linter-js/v2.0.0-rc.18...cpp-linter/v2.0.0-rc.19
cpp-linter-py v2.0.0-rc.19
cpp-linter-py/v2.0.0-rc.19 - 2026-06-21
🚀 Added
- Use diff instead of clang-format XML output by @2bndy5 in #347
- Use stricter linting rules by @2bndy5 in #353
- Get clang-tidy fixes regardless of tidy-review value by @2bndy5 in #354
- Merge review suggestions from both clang tools by @2bndy5 in #358
- Add logs about summarizing PR reviews by @2bndy5 in #371
- Allow explicit use of package managers by @2bndy5 in #372
- Add colors to
--helpoutput and uniform logging by @2bndy5 in #374 - Add
fix-patch-pathoutput variable by @2bndy5 in #378
🚫 Deprecated
🛠️ Fixed
- Respect verbosity per GitHub Actions env var by @2bndy5 in #346
- Do not change directory to
repo-rootby @2bndy5 in #349 - Refactor for unsupported static binary platforms by @2bndy5 in #356
- Bump git-bot-feedback to v0.6.1 by @2bndy5 in #363
- Prevent PR review summary exceeding 65535 len by @2bndy5 in #370
- Cache the versions.json in build script by @2bndy5 in #373
📦 Dependency updates
- Bump version to cpp-linter-js/v2.0.0-rc.18 by @2bndy5 in
45cfec0 - Bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #352
- Bump pyo3 from 0.28.3 to 0.29.0 by @dependabot[bot] in #355
- Bump the uv-pip group across 1 directory with 4 updates by @dependabot[bot] in #357
- Bump the cargo group with 2 updates by @dependabot[bot] in #360
- Bump version to clang-tools-manager/v0.3.0 by @2bndy5 in
f7f7b25 - Bump version to cpp-linter/v2.0.0-rc.19 by @2bndy5 in
8f49650 - Force use versions.json in docs.rs build by @2bndy5 in
7d112b9 - Bump version to clang-tools-manager/v0.3.1 by @2bndy5 in
7cc03b5 - Bump version to cpp-linter/v2.0.0-rc.20 by @2bndy5 in
9eb5f6c
📝 Documentation
Full commit diff: cpp-linter-py/v2.0.0-rc.18...cpp-linter-py/v2.0.0-rc.19
cpp-linter-js v2.0.0-rc.19
cpp-linter-js/v2.0.0-rc.19 - 2026-06-21
🚀 Added
- Use diff instead of clang-format XML output by @2bndy5 in #347
- Use stricter linting rules by @2bndy5 in #353
- Get clang-tidy fixes regardless of tidy-review value by @2bndy5 in #354
- Merge review suggestions from both clang tools by @2bndy5 in #358
- Add logs about summarizing PR reviews by @2bndy5 in #371
- Allow explicit use of package managers by @2bndy5 in #372
- Add colors to
--helpoutput and uniform logging by @2bndy5 in #374 - Add
fix-patch-pathoutput variable by @2bndy5 in #378
🚫 Deprecated
🛠️ Fixed
- Respect verbosity per GitHub Actions env var by @2bndy5 in #346
- Do not change directory to
repo-rootby @2bndy5 in #349 - Refactor for unsupported static binary platforms by @2bndy5 in #356
- Bump git-bot-feedback to v0.6.1 by @2bndy5 in #363
- Prevent PR review summary exceeding 65535 len by @2bndy5 in #370
- Cache the versions.json in build script by @2bndy5 in #373
📦 Dependency updates
- Bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #352
- Bump pyo3 from 0.28.3 to 0.29.0 by @dependabot[bot] in #355
- Bump the uv-pip group across 1 directory with 4 updates by @dependabot[bot] in #357
- Bump the cargo group with 2 updates by @dependabot[bot] in #360
- Bump tar from 7.5.11 to 7.5.16 by @dependabot[bot] in #369
- Bump version to clang-tools-manager/v0.3.0 by @2bndy5 in
f7f7b25 - Bump version to cpp-linter/v2.0.0-rc.19 by @2bndy5 in
8f49650 - Force use versions.json in docs.rs build by @2bndy5 in
7d112b9 - Bump version to clang-tools-manager/v0.3.1 by @2bndy5 in
7cc03b5 - Bump version to cpp-linter/v2.0.0-rc.20 by @2bndy5 in
9eb5f6c - Bump version to cpp-linter-py/v2.0.0-rc.19 by @2bndy5 in
178b7f4
📝 Documentation
Full commit diff: cpp-linter-js/v2.0.0-rc.18...cpp-linter-js/v2.0.0-rc.19