Skip to content

Commit 8dbd515

Browse files
committed
build: bump version to cpp-linter-py/v2.0.0-rc.16
1 parent 85d6de5 commit 8dbd515

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.16] - 2026-06-05
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Restore cargo binstall support by @2bndy5 in [#328](https://github.com/cpp-linter/cpp-linter-rs/pull/328)
14+
15+
### <!-- 6 --> 📦 Dependency updates
16+
17+
- Bump version to cpp-linter-js/v2.0.0-rc.1 by @2bndy5 in [`86cc773`](https://github.com/cpp-linter/cpp-linter-rs/commit/86cc7739b865fd0bce86d0f265a0e0935ef13437)
18+
- 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)
19+
- Bump version to clang-installer/v0.1.2 by @2bndy5 in [`2aea596`](https://github.com/cpp-linter/cpp-linter-rs/commit/2aea596824ca58387860b392e67e180630db258b)
20+
- Bump version to cpp-linter/v2.0.0-rc.16 by @2bndy5 in [`85d6de5`](https://github.com/cpp-linter/cpp-linter-rs/commit/85d6de5fb3073ae66333d48c3d3275ac07baf02f)
21+
22+
### <!-- 9 --> 🗨️ Changed
23+
24+
- Realign release candidate numbers by @2bndy5 in [`22dd0bb`](https://github.com/cpp-linter/cpp-linter-rs/commit/22dd0bb6bf0493d88ee20fed5acc8ffbf1d32f62)
25+
26+
[cpp-linter-py/v2.0.0-rc.16]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-py/v2.0.0-rc.1...cpp-linter-py/v2.0.0-rc.16
27+
28+
Full commit diff: [`cpp-linter-py/v2.0.0-rc.1...cpp-linter-py/v2.0.0-rc.16`][cpp-linter-py/v2.0.0-rc.16]
29+
930
## [cpp-linter-py/v2.0.0-rc.1] - 2026-06-04
1031

1132
### <!-- 1 --> 🚀 Added
@@ -103,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103124
- Bump idna from 3.11 to 3.15 by @dependabot[bot] in [#322](https://github.com/cpp-linter/cpp-linter-rs/pull/322)
104125
- Bump version to clang-installer/v0.1.1 by @2bndy5 in [`24ed0a4`](https://github.com/cpp-linter/cpp-linter-rs/commit/24ed0a4556bf5169b8da5c06eef29f5694caa2cd)
105126
- Bump version to cpp-linter/v2.0.0-rc.1 by @2bndy5 in [`2c65f26`](https://github.com/cpp-linter/cpp-linter-rs/commit/2c65f26bc24060e5f80271ef315f54dced30b9cd)
127+
- Bump version to cpp-linter-py/v2.0.0-rc.1 by @2bndy5 in [`e88c348`](https://github.com/cpp-linter/cpp-linter-rs/commit/e88c348424db535e7ced5f81300df74aed0885f4)
106128

107129
### <!-- 8 --> 📝 Documentation
108130

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

0 commit comments

Comments
 (0)