Skip to content

Commit fbdcfa4

Browse files
committed
build: bump version to cpp-linter/v2.0.0-rc.23
1 parent 4bde4a8 commit fbdcfa4

3 files changed

Lines changed: 20 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.23] - 2026-07-14
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Updates for latest static binaries by @2bndy5 in [#398](https://github.com/cpp-linter/cpp-linter-rs/pull/398)
14+
15+
### <!-- 6 --> 📦 Dependency updates
16+
17+
- Bump the cargo group across 1 directory with 7 updates by @dependabot[bot] in [#399](https://github.com/cpp-linter/cpp-linter-rs/pull/399)
18+
19+
[cpp-linter/v2.0.0-rc.23]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter/v2.0.0-rc.22...cpp-linter/v2.0.0-rc.23
20+
21+
Full commit diff: [`cpp-linter/v2.0.0-rc.22...cpp-linter/v2.0.0-rc.23`][cpp-linter/v2.0.0-rc.23]
22+
923
## [cpp-linter/v2.0.0-rc.22] - 2026-06-28
1024

1125
### <!-- 1 --> 🚀 Added
@@ -18,6 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1832
- Use diff line index as 1-based line numbers by @2bndy5 in [#389](https://github.com/cpp-linter/cpp-linter-rs/pull/389)
1933
- Add context lines to generated patch by @2bndy5 in [#390](https://github.com/cpp-linter/cpp-linter-rs/pull/390)
2034

35+
### <!-- 6 --> 📦 Dependency updates
36+
37+
- Bump version to cpp-linter/v2.0.0-rc.22 by @2bndy5 in [`3f3647c`](https://github.com/cpp-linter/cpp-linter-rs/commit/3f3647c8860946dfc4e5a1cdf112822692136e7e)
38+
2139
[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
2240

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

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

0 commit comments

Comments
 (0)