Skip to content

Commit 1721068

Browse files
authoredMar 25, 2025
bump version to v0.6.1
1 parent 91d34a8 commit 1721068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To use cpp-linter-hooks, add the following configuration to your `.pre-commit-co
2121
```yaml
2222
repos:
2323
- repo: https://github.com/cpp-linter/cpp-linter-hooks
24-
rev: v0.6.0 # Use the ref you want to point at
24+
rev: v0.6.1 # Use the ref you want to point at
2525
hooks:
2626
- id: clang-format
2727
args: [--style=Google] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.
@@ -36,7 +36,7 @@ To use custom configurations like `.clang-format` and `.clang-tidy`:
3636
```yaml
3737
repos:
3838
- repo: https://github.com/cpp-linter/cpp-linter-hooks
39-
rev: v0.6.0
39+
rev: v0.6.1
4040
hooks:
4141
- id: clang-format
4242
args: [--style=file] # to load .clang-format
@@ -49,7 +49,7 @@ To use specific versions of [clang-tools](https://github.com/cpp-linter/clang-to
4949
```yaml
5050
repos:
5151
- repo: https://github.com/cpp-linter/cpp-linter-hooks
52-
rev: v0.6.0
52+
rev: v0.6.1
5353
hooks:
5454
- id: clang-format
5555
args: [--style=file, --version=16] # Specifies version

0 commit comments

Comments
 (0)