You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bindings/python/CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
<!-- markdownlint-disable MD024 -->
8
8
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)
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
+
9
30
## [cpp-linter-py/v2.0.0-rc.20] - 2026-06-24
10
31
11
32
### <!-- 4 --> 🛠️ Fixed
@@ -18,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
39
- 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)
19
40
- Bump the cargo group with 3 updates by @dependabot[bot] in [#381](https://github.com/cpp-linter/cpp-linter-rs/pull/381)
20
41
- 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)
0 commit comments