Skip to content

Commit 863f282

Browse files
authored
docs: bump version to v0.8.1 (#70)
1 parent 69bdf04 commit 863f282

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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.1 # Use the ref you want to point at
24+
rev: v0.8.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.1
39+
rev: v0.8.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.1
52+
rev: v0.8.1
5353
hooks:
5454
- id: clang-format
5555
args: [--style=file, --version=16] # Specifies version
@@ -63,7 +63,7 @@ repos:
6363

6464
```yaml
6565
- repo: https://github.com/cpp-linter/cpp-linter-hooks
66-
rev: v0.6.1
66+
rev: v0.8.1
6767
hooks:
6868
- id: clang-format
6969
args: [--style=file, --version=16]

0 commit comments

Comments
 (0)