Skip to content

Commit c5b90f4

Browse files
committed
Bump version to v2.0.0-rc15
1 parent 32e20b3 commit c5b90f4

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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+
## [2.0.0-rc15] - 2025-11-12
10+
11+
### <!-- 9 --> 🗨️ Changed
12+
13+
- Upgrade npm for trusted publishing in CI job by @2bndy5 in [`4560672`](https://github.com/cpp-linter/cpp-linter-rs/commit/456067201fbc4ac71f50d5c1711520ca9ab6f1a2)
14+
- Include LICENSE file in source distribution for PyPI by @2bndy5 in [`32e20b3`](https://github.com/cpp-linter/cpp-linter-rs/commit/32e20b39d43908e254534f4a6bf2a67560a315ba)
15+
16+
[2.0.0-rc15]: https://github.com/cpp-linter/cpp-linter-rs/compare/v2.0.0-rc14...v2.0.0-rc15
17+
18+
Full commit diff: [`v2.0.0-rc14...v2.0.0-rc15`][2.0.0-rc15]
19+
920
## [2.0.0-rc14] - 2025-11-12
1021

1122
### <!-- 6 --> 📦 Dependency updates

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["cpp-linter", "bindings/python", "bindings/node", "docs"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "2.0.0-rc14" # auto
8+
version = "2.0.0-rc15" # auto
99
authors = [
1010
"Brendan Doherty",
1111
"Xianpeng Shen",

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter",
3-
"version": "2.0.0-rc14",
3+
"version": "2.0.0-rc15",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)