Skip to content

Commit 9a9fe54

Browse files
committed
build: bump version to cpp-linter/v2.0.0-rc.21
1 parent 5f4030f commit 9a9fe54

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp-linter/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
<!-- markdownlint-disable MD024 -->
88

9+
## [cpp-linter/v2.0.0-rc.21] - 2026-06-23
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Pass `--extra-arg`s to clang-tidy properly by @2bndy5 in [#386](https://github.com/cpp-linter/cpp-linter-rs/pull/386)
14+
- Make repo-root path absolute by @2bndy5 in [#387](https://github.com/cpp-linter/cpp-linter-rs/pull/387)
15+
16+
[cpp-linter/v2.0.0-rc.21]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter/v2.0.0-rc.20...cpp-linter/v2.0.0-rc.21
17+
18+
Full commit diff: [`cpp-linter/v2.0.0-rc.20...cpp-linter/v2.0.0-rc.21`][cpp-linter/v2.0.0-rc.21]
19+
920
## [cpp-linter/v2.0.0-rc.20] - 2026-06-21
1021

1122
### <!-- 6 --> 📦 Dependency updates
1223

1324
- Bump version to clang-tools-manager/v0.3.1 by @2bndy5 in [`7cc03b5`](https://github.com/cpp-linter/cpp-linter-rs/commit/7cc03b532394b03ec333de0aed292d72a71d1374)
25+
- Bump version to cpp-linter/v2.0.0-rc.20 by @2bndy5 in [`9eb5f6c`](https://github.com/cpp-linter/cpp-linter-rs/commit/9eb5f6cf686d4278f56fb14a8ee4e4cf3a407164)
1426

1527
[cpp-linter/v2.0.0-rc.20]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter/v2.0.0-rc.19...cpp-linter/v2.0.0-rc.20
1628

cpp-linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cpp-linter"
33
readme = "README.md"
44
keywords = ["clang-tidy", "clang-format", "linter", "cpp-linter"]
55
categories = ["command-line-utilities", "development-tools", "filesystem"]
6-
version = "2.0.0-rc.20"
6+
version = "2.0.0-rc.21"
77
repository.workspace = true
88
edition.workspace = true
99
authors.workspace = true

0 commit comments

Comments
 (0)