Releases: cpp-linter/cpp-linter-hooks
v1.1.5
💡 Default Clang Tool Version
- clang-format:
21.1.2
- clang-tidy:
21.1.1
You can override the default versions for this release by adding the --version
argument under args
in your pre-commit configuration. For details, see Custom Clang Tool Version
🚀 New features and improvements
- feat: official support python 3.14 by @shenxianpeng in #129
📦 Dependency updates
- build: bump CodSpeedHQ/action from 4.0.1 to 4.1.0 in the actions group by @dependabot[bot] in #128
- build: bump clang-format from 21.1.1 to 21.1.2 in the clang-tools group by @dependabot[bot] in #127
Full Changelog: v1.1.4...v1.1.5
v1.1.4
💡 Default Clang Tool Version
- clang-format:
21.1.1
- clang-tidy:
21.1.1
You can override the default versions for this release by adding the --version
argument under args
in your pre-commit configuration. For details, see Custom Clang Tool Version
👷 Changes for developers
- chore: update benchmark by @shenxianpeng in #122
📦 Dependency updates
- build: bump the clang-tools group with 2 updates by @dependabot[bot] in #126
Full Changelog: v1.1.3...v1.1.4
v1.1.3
💡 Default Clang Tool Version
- clang-format:
21.1.0
- clang-tidy:
21.1.0
You can override the default versions for this release by adding the --version
argument under args
in your pre-commit configuration. For details, see Custom Clang Tool Version
🐛 Bug fixes
- fix: move clang-tools to project dependencies section by @shenxianpeng in #118
👷 Changes for developers
- build: add default clang-format and clang-tidy versions to release notes by @copilot-swe-agent[bot] in #119
📦 Dependency updates
- chore(deps): bump CodSpeedHQ/action from 4.0.0 to 4.0.1 in the actions group by @dependabot[bot] in #114
Full Changelog: v1.1.2...v1.1.3
v1.1.2
🐛 Bug fixes
- fix: simplify tool installation and invocation by @shenxianpeng in #113
- fix: stale workflow permissions mismatch with reusable workflow by @copilot-swe-agent[bot] in #107
👷 Changes for developers
- chore: delete .gitpod.yml by @shenxianpeng in #105
📦 Dependency updates
- chore(deps): bump the actions group with 3 updates by @dependabot[bot] in #104
Full Changelog: v1.1.1...v1.1.2
v1.1.1
🚀 New features and improvements
- feat: add benchmark by @shenxianpeng in #101
- feat: support clang-tidy v21 by @shenxianpeng in #100
📝 Documentation updates
- docs: update benchmark result by @shenxianpeng in #103
- docs: Upgrade clang-format and clang-tidy to version 21 by @shenxianpeng in #102
Full Changelog: v1.1.0...v1.1.1
v1.1.0
🚀 New features and improvements
- feat: Use full commit SHA hash for dependency by @shenxianpeng in #99
- feat: support clang-format v21 by @shenxianpeng in #97
📝 Documentation updates
- docs: add FAQ section by @shenxianpeng in #94
📦 Dependency updates
- chore(deps): bump actions/checkout from 4 to 5 in the actions group by @dependabot[bot] in #96
Full Changelog: v1.0.1...v1.1.0
v1.0.1
🐛 Bug fixes
- fix: move clang tools dependencies to optional by @shenxianpeng in #92
- fix: fixup #89 to get latest version by @shenxianpeng in #90
- fix: get rid of
toml
andpackaging
and improve performance by @shenxianpeng in #89
Full Changelog: v1.0.0...v1.0.1
v1.0.0
🚀 New features and improvements
- Migration: From Clang Tools Binaries to Python Wheels by @shenxianpeng in #87
Full Changelog: v0.8.3...v1.0.0
v0.8.3
🚀 New features and improvements
- feat: add paths to codspeed.yml by @shenxianpeng in #84
- feat: support codspeed by @shenxianpeng in #81
🐛 Bug fixes
- fix: change
require_serial
totrue
by @shenxianpeng in #85
Full Changelog: v0.8.2...v0.8.3
v0.8.2
🚀 New features and improvements
- clang-format hook support
--verbose
output by @shenxianpeng in #79 - feat: add tests and format code using
ruff
by @shenxianpeng in #75
Full Changelog: v0.8.1...v0.8.2