Skip to content

Commit 8f49650

Browse files
committed
build: bump version to cpp-linter/v2.0.0-rc.19
1 parent 3f37985 commit 8f49650

3 files changed

Lines changed: 39 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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@ 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.19] - 2026-06-21
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Use diff instead of clang-format XML output by @2bndy5 in [#347](https://github.com/cpp-linter/cpp-linter-rs/pull/347)
14+
- Use stricter linting rules by @2bndy5 in [#353](https://github.com/cpp-linter/cpp-linter-rs/pull/353)
15+
- Get clang-tidy fixes regardless of tidy-review value by @2bndy5 in [#354](https://github.com/cpp-linter/cpp-linter-rs/pull/354)
16+
- Merge review suggestions from both clang tools by @2bndy5 in [#358](https://github.com/cpp-linter/cpp-linter-rs/pull/358)
17+
- Add logs about summarizing PR reviews by @2bndy5 in [#371](https://github.com/cpp-linter/cpp-linter-rs/pull/371)
18+
- Allow explicit use of package managers by @2bndy5 in [#372](https://github.com/cpp-linter/cpp-linter-rs/pull/372)
19+
- Add colors to `--help` output and uniform logging by @2bndy5 in [#374](https://github.com/cpp-linter/cpp-linter-rs/pull/374)
20+
- Add `fix-patch-path` output variable by @2bndy5 in [#378](https://github.com/cpp-linter/cpp-linter-rs/pull/378)
21+
22+
### <!-- 2 --> 🚫 Deprecated
23+
24+
- Replace `--tidy-review`/`--format-review` with `--pr-review` by @2bndy5 in [#377](https://github.com/cpp-linter/cpp-linter-rs/pull/377)
25+
26+
### <!-- 4 --> 🛠️ Fixed
27+
28+
- Respect verbosity per GitHub Actions env var by @2bndy5 in [#346](https://github.com/cpp-linter/cpp-linter-rs/pull/346)
29+
- Do not change directory to `repo-root` by @2bndy5 in [#349](https://github.com/cpp-linter/cpp-linter-rs/pull/349)
30+
- Bump git-bot-feedback to v0.6.1 by @2bndy5 in [#363](https://github.com/cpp-linter/cpp-linter-rs/pull/363)
31+
- Prevent PR review summary exceeding 65535 len by @2bndy5 in [#370](https://github.com/cpp-linter/cpp-linter-rs/pull/370)
32+
33+
### <!-- 6 --> 📦 Dependency updates
34+
35+
- Bump version to clang-tools-manager/v0.3.0 by @2bndy5 in [`f7f7b25`](https://github.com/cpp-linter/cpp-linter-rs/commit/f7f7b254f037d5817574494481fd18ca652a42e3)
36+
37+
### <!-- 8 --> 📝 Documentation
38+
39+
- Expand clang-tools-manager/README by @2bndy5 in [#366](https://github.com/cpp-linter/cpp-linter-rs/pull/366)
40+
41+
[cpp-linter/v2.0.0-rc.19]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter/v2.0.0-rc.18...cpp-linter/v2.0.0-rc.19
42+
43+
Full commit diff: [`cpp-linter/v2.0.0-rc.18...cpp-linter/v2.0.0-rc.19`][cpp-linter/v2.0.0-rc.19]
44+
945
## [cpp-linter/v2.0.0-rc.18] - 2026-06-10
1046

1147
### <!-- 1 --> 🚀 Added
@@ -16,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1652
### <!-- 6 --> 📦 Dependency updates
1753

1854
- Bump version to clang-tools-manager/v0.2.1 by @2bndy5 in [`f4033b5`](https://github.com/cpp-linter/cpp-linter-rs/commit/f4033b5c1807fb3889cbb3c396d0f292bac92d25)
55+
- Bump version to cpp-linter/v2.0.0-rc.18 by @2bndy5 in [`83c1b4a`](https://github.com/cpp-linter/cpp-linter-rs/commit/83c1b4aa29c8e388372351724c395a6a3bad7769)
1956

2057
[cpp-linter/v2.0.0-rc.18]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter/v2.0.0-rc.17...cpp-linter/v2.0.0-rc.18
2158

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

0 commit comments

Comments
 (0)