We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7d481 commit 9347819Copy full SHA for 9347819
1 file changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v1.7.0] - 2023-02-09
11
+
12
### Added
13
14
- Added support for reading `compile_commands.json` (generated by CMake) when running the hooks in order to
@@ -232,7 +234,9 @@ Initial release with support for:
232
234
- clang-tidy
233
235
- cppcheck
236
-[Unreleased]: https://github.com/Takishima/cmake-pre-commit-hooks/compare/v1.6.0...HEAD
237
+[Unreleased]: https://github.com/Takishima/cmake-pre-commit-hooks/compare/v1.7.0...HEAD
238
239
+[v1.7.0]: https://github.com/Takishima/cmake-pre-commit-hooks/compare/v1.6.0...v1.7.0
240
241
[v1.6.0]: https://github.com/Takishima/cmake-pre-commit-hooks/compare/v1.5.3...v1.6.0
242
0 commit comments