Skip to content

Commit bd4de44

Browse files
committed
Bump version to v0.2.1
1 parent 0097bc1 commit bd4de44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add this to your `.pre-commit-config.yaml`
1414
```yaml
1515
repos:
1616
- repo: https://github.com/cpp-linter/cpp-linter-hooks
17-
rev: v0.2.0 # Use the ref you want to point at
17+
rev: v0.2.1 # Use the ref you want to point at
1818
hooks:
1919
- id: clang-format
2020
args: [--style=Google] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.
@@ -27,7 +27,7 @@ The example of using custom config: `.clang-format` and `.clang-tidy`
2727
```yaml
2828
repos:
2929
- repo: https://github.com/cpp-linter/cpp-linter-hooks
30-
rev: v0.2.0
30+
rev: v0.2.1
3131
hooks:
3232
- id: clang-format
3333
args: [--style=file] # to load .clang-format
@@ -40,7 +40,7 @@ The example of using any version of [clang-tools](https://github.com/cpp-linter/
4040
```yaml
4141
repos:
4242
- repo: https://github.com/cpp-linter/cpp-linter-hooks
43-
rev: v0.2.0
43+
rev: v0.2.1
4444
hooks:
4545
- id: clang-format
4646
args: [--style=file, --version=13]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name='cpp_linter_hooks',
66
description='Automatically check c/c++ with clang-format and clang-tidy',
77
url='https://github.com/cpp-linter/cpp-linter-hooks',
8-
version='0.2.0',
8+
version='0.2.1',
99
author="Peter Shen",
1010
author_email="[email protected]",
1111
license="MIT",

0 commit comments

Comments
 (0)