Skip to content

Commit 3f3647c

Browse files
committed
build: bump version to cpp-linter/v2.0.0-rc.22
1 parent f034664 commit 3f3647c

3 files changed

Lines changed: 22 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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,33 @@ 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.22] - 2026-06-28
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Add option for custom path to summary comment output by @2bndy5 in [#388](https://github.com/cpp-linter/cpp-linter-rs/pull/388)
14+
15+
### <!-- 4 --> 🛠️ Fixed
16+
17+
- Use correct output variable names by @2bndy5 in [`7ad731f`](https://github.com/cpp-linter/cpp-linter-rs/commit/7ad731fb5e81fbcd455713c9d2b41de7e78e32e8)
18+
- Use diff line index as 1-based line numbers by @2bndy5 in [#389](https://github.com/cpp-linter/cpp-linter-rs/pull/389)
19+
- Add context lines to generated patch by @2bndy5 in [#390](https://github.com/cpp-linter/cpp-linter-rs/pull/390)
20+
21+
[cpp-linter/v2.0.0-rc.22]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter/v2.0.0-rc.21...cpp-linter/v2.0.0-rc.22
22+
23+
Full commit diff: [`cpp-linter/v2.0.0-rc.21...cpp-linter/v2.0.0-rc.22`][cpp-linter/v2.0.0-rc.22]
24+
925
## [cpp-linter/v2.0.0-rc.21] - 2026-06-23
1026

1127
### <!-- 4 --> 🛠️ Fixed
1228

1329
- Pass `--extra-arg`s to clang-tidy properly by @2bndy5 in [#386](https://github.com/cpp-linter/cpp-linter-rs/pull/386)
1430
- Make repo-root path absolute by @2bndy5 in [#387](https://github.com/cpp-linter/cpp-linter-rs/pull/387)
1531

32+
### <!-- 6 --> 📦 Dependency updates
33+
34+
- Bump version to cpp-linter/v2.0.0-rc.21 by @2bndy5 in [`9a9fe54`](https://github.com/cpp-linter/cpp-linter-rs/commit/9a9fe5432bdc279c0cd9f8ccce390caafcb27a34)
35+
1636
[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
1737

1838
Full commit diff: [`cpp-linter/v2.0.0-rc.20...cpp-linter/v2.0.0-rc.21`][cpp-linter/v2.0.0-rc.21]

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.21"
6+
version = "2.0.0-rc.22"
77
repository.workspace = true
88
edition.workspace = true
99
authors.workspace = true

0 commit comments

Comments
 (0)