Skip to content

Commit 1808e4a

Browse files
committed
build: bump version to cpp-linter-py/v2.0.0-rc.21
1 parent 3f3647c commit 1808e4a

3 files changed

Lines changed: 24 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.

bindings/python/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ 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-py/v2.0.0-rc.21] - 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+
### <!-- 6 --> 📦 Dependency updates
22+
23+
- Bump version to cpp-linter-js/v2.0.0-rc.20 by @2bndy5 in [`2489719`](https://github.com/cpp-linter/cpp-linter-rs/commit/2489719d03db7c4cbf2100cc6962e5fb9b2b639c)
24+
- Bump version to cpp-linter/v2.0.0-rc.22 by @2bndy5 in [`3f3647c`](https://github.com/cpp-linter/cpp-linter-rs/commit/3f3647c8860946dfc4e5a1cdf112822692136e7e)
25+
26+
[cpp-linter-py/v2.0.0-rc.21]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-py/v2.0.0-rc.20...cpp-linter-py/v2.0.0-rc.21
27+
28+
Full commit diff: [`cpp-linter-py/v2.0.0-rc.20...cpp-linter-py/v2.0.0-rc.21`][cpp-linter-py/v2.0.0-rc.21]
29+
930
## [cpp-linter-py/v2.0.0-rc.20] - 2026-06-24
1031

1132
### <!-- 4 --> 🛠️ Fixed
@@ -18,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1839
- Bump version to cpp-linter-js/v2.0.0-rc.19 by @2bndy5 in [`7949a3c`](https://github.com/cpp-linter/cpp-linter-rs/commit/7949a3c62fce83be53721bc507a5ce630afdcb1d)
1940
- Bump the cargo group with 3 updates by @dependabot[bot] in [#381](https://github.com/cpp-linter/cpp-linter-rs/pull/381)
2041
- Bump version to cpp-linter/v2.0.0-rc.21 by @2bndy5 in [`9a9fe54`](https://github.com/cpp-linter/cpp-linter-rs/commit/9a9fe5432bdc279c0cd9f8ccce390caafcb27a34)
42+
- Bump version to cpp-linter-py/v2.0.0-rc.20 by @2bndy5 in [`bac1838`](https://github.com/cpp-linter/cpp-linter-rs/commit/bac1838924bb614bf2d02d27792d1d976942dd3f)
2143

2244
[cpp-linter-py/v2.0.0-rc.20]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-py/v2.0.0-rc.19...cpp-linter-py/v2.0.0-rc.20
2345

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cpp-linter-py"
33
readme = "README.md"
44
repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/bindings/python"
5-
version = "2.0.0-rc.20"
5+
version = "2.0.0-rc.21"
66
edition.workspace = true
77
authors.workspace = true
88
description.workspace = true

0 commit comments

Comments
 (0)