Skip to content

Commit 9b1adcc

Browse files
committed
build: bump version to cpp-linter-py/v2.0.0-rc.22
1 parent fbdcfa4 commit 9b1adcc

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.

bindings/python/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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.22] - 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 version to cpp-linter-js/v2.0.0-rc.21 by @2bndy5 in [`115cdcf`](https://github.com/cpp-linter/cpp-linter-rs/commit/115cdcf560be209f8f3130720f15915852c9477d)
18+
- 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)
19+
- Bump ruff from 0.15.16 to 0.15.20 in the uv-pip group across 1 directory by @dependabot[bot] in [#383](https://github.com/cpp-linter/cpp-linter-rs/pull/383)
20+
- Bump version to cpp-linter/v2.0.0-rc.23 by @2bndy5 in [`fbdcfa4`](https://github.com/cpp-linter/cpp-linter-rs/commit/fbdcfa468b2705d090b43e9198c4c928d8fcbe2d)
21+
22+
[cpp-linter-py/v2.0.0-rc.22]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-py/v2.0.0-rc.21...cpp-linter-py/v2.0.0-rc.22
23+
24+
Full commit diff: [`cpp-linter-py/v2.0.0-rc.21...cpp-linter-py/v2.0.0-rc.22`][cpp-linter-py/v2.0.0-rc.22]
25+
926
## [cpp-linter-py/v2.0.0-rc.21] - 2026-06-28
1027

1128
### <!-- 1 --> 🚀 Added
@@ -22,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2239

2340
- 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)
2441
- Bump version to cpp-linter/v2.0.0-rc.22 by @2bndy5 in [`3f3647c`](https://github.com/cpp-linter/cpp-linter-rs/commit/3f3647c8860946dfc4e5a1cdf112822692136e7e)
42+
- Bump version to cpp-linter-py/v2.0.0-rc.21 by @2bndy5 in [`1808e4a`](https://github.com/cpp-linter/cpp-linter-rs/commit/1808e4a67b9463eb3b338da7fd2906197ae72c2c)
2543

2644
[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
2745

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.21"
5+
version = "2.0.0-rc.22"
66
edition.workspace = true
77
authors.workspace = true
88
description.workspace = true

0 commit comments

Comments
 (0)