From f1a72c9462e159f8a3f7ad574ea6d4572c0a097c Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Tue, 1 Jul 2025 12:37:43 +0000 Subject: [PATCH] docs: bump version to v0.8.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb0ce9d..031caa0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To use cpp-linter-hooks, add the following configuration to your `.pre-commit-co ```yaml repos: - repo: https://github.com/cpp-linter/cpp-linter-hooks - rev: v0.6.1 # Use the ref you want to point at + rev: v0.8.1 # Use the ref you want to point at hooks: - id: clang-format 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`: ```yaml repos: - repo: https://github.com/cpp-linter/cpp-linter-hooks - rev: v0.6.1 + rev: v0.8.1 hooks: - id: clang-format 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 ```yaml repos: - repo: https://github.com/cpp-linter/cpp-linter-hooks - rev: v0.6.1 + rev: v0.8.1 hooks: - id: clang-format args: [--style=file, --version=16] # Specifies version @@ -63,7 +63,7 @@ repos: ```yaml - repo: https://github.com/cpp-linter/cpp-linter-hooks - rev: v0.6.1 + rev: v0.8.1 hooks: - id: clang-format args: [--style=file, --version=16]