Skip to content

Commit 58640c5

Browse files
committed
build: bump version to cpp-linter-py/v2.0.0-rc.17
1 parent 9d83a7f commit 58640c5

3 files changed

Lines changed: 29 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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ 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.17] - 2026-06-08
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Set clang version min and max at compile time by @2bndy5 in [#333](https://github.com/cpp-linter/cpp-linter-rs/pull/333)
14+
15+
### <!-- 4 --> 🛠️ Fixed
16+
17+
- Rename temp downloaded file to given cache path by @2bndy5 in [#332](https://github.com/cpp-linter/cpp-linter-rs/pull/332)
18+
- Show used clang tools' version in logs by @2bndy5 in [#336](https://github.com/cpp-linter/cpp-linter-rs/pull/336)
19+
- Rename `clang-installer` to `clang-tools-manager` by @2bndy5 in [#337](https://github.com/cpp-linter/cpp-linter-rs/pull/337)
20+
21+
### <!-- 6 --> 📦 Dependency updates
22+
23+
- Bump version to cpp-linter-js/v2.0.0-rc.16 by @2bndy5 in [`0ca69c4`](https://github.com/cpp-linter/cpp-linter-rs/commit/0ca69c4aa1031bb079d3ba64ab53ebf056482f6f)
24+
- Bump version to clang-tools-manager/v0.2.0 by @2bndy5 in [`2505553`](https://github.com/cpp-linter/cpp-linter-rs/commit/25055539eed2ca9f5aca7c65085b826787b52621)
25+
- Bump version to cpp-linter/v2.0.0-rc.17 by @2bndy5 in [`9d83a7f`](https://github.com/cpp-linter/cpp-linter-rs/commit/9d83a7fdbf2ecde4bcc324c921a2d2ffa233e520)
26+
27+
### <!-- 8 --> 📝 Documentation
28+
29+
- Revise third-party license tables in docs by @2bndy5 in [#329](https://github.com/cpp-linter/cpp-linter-rs/pull/329)
30+
31+
[cpp-linter-py/v2.0.0-rc.17]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-py/v2.0.0-rc.16...cpp-linter-py/v2.0.0-rc.17
32+
33+
Full commit diff: [`cpp-linter-py/v2.0.0-rc.16...cpp-linter-py/v2.0.0-rc.17`][cpp-linter-py/v2.0.0-rc.17]
34+
935
## [cpp-linter-py/v2.0.0-rc.16] - 2026-06-05
1036

1137
### <!-- 4 --> 🛠️ Fixed
@@ -18,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1844
- Bump deps in the uv-pip group and drop python v3.9 support by @dependabot[bot] in [#316](https://github.com/cpp-linter/cpp-linter-rs/pull/316)
1945
- Bump version to clang-installer/v0.1.2 by @2bndy5 in [`2aea596`](https://github.com/cpp-linter/cpp-linter-rs/commit/2aea596824ca58387860b392e67e180630db258b)
2046
- Bump version to cpp-linter/v2.0.0-rc.16 by @2bndy5 in [`85d6de5`](https://github.com/cpp-linter/cpp-linter-rs/commit/85d6de5fb3073ae66333d48c3d3275ac07baf02f)
47+
- Bump version to cpp-linter-py/v2.0.0-rc.16 by @2bndy5 in [`8dbd515`](https://github.com/cpp-linter/cpp-linter-rs/commit/8dbd515697b89696e922dc1a65c324a22e6624bd)
2148

2249
### <!-- 9 --> 🗨️ Changed
2350

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

0 commit comments

Comments
 (0)