Skip to content

Commit 0ca69c4

Browse files
committed
build: bump version to cpp-linter-js/v2.0.0-rc.16
1 parent 8dbd515 commit 0ca69c4

4 files changed

Lines changed: 26 additions & 3 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/node/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ 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-js/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 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)
18+
- Bump the npm group across 1 directory with 3 updates by @dependabot[bot] in [#315](https://github.com/cpp-linter/cpp-linter-rs/pull/315)
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+
- 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)
22+
23+
### <!-- 9 --> 🗨️ Changed
24+
25+
- Realign release candidate numbers by @2bndy5 in [`22dd0bb`](https://github.com/cpp-linter/cpp-linter-rs/commit/22dd0bb6bf0493d88ee20fed5acc8ffbf1d32f62)
26+
27+
[cpp-linter-js/v2.0.0-rc.16]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-js/v2.0.0-rc.1...cpp-linter-js/v2.0.0-rc.16
28+
29+
Full commit diff: [`cpp-linter-js/v2.0.0-rc.1...cpp-linter-js/v2.0.0-rc.16`][cpp-linter-js/v2.0.0-rc.16]
30+
931
## [cpp-linter-js/v2.0.0-rc.1] - 2026-06-04
1032

1133
### <!-- 1 --> 🚀 Added
@@ -132,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132154
- Bump version to clang-installer/v0.1.1 by @2bndy5 in [`24ed0a4`](https://github.com/cpp-linter/cpp-linter-rs/commit/24ed0a4556bf5169b8da5c06eef29f5694caa2cd)
133155
- Bump version to cpp-linter/v2.0.0-rc.1 by @2bndy5 in [`2c65f26`](https://github.com/cpp-linter/cpp-linter-rs/commit/2c65f26bc24060e5f80271ef315f54dced30b9cd)
134156
- 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)
157+
- 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)
135158

136159
### <!-- 8 --> 📝 Documentation
137160

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ readme = "README.md"
44
keywords = ["clang-tidy", "clang-format", "linter"]
55
categories = ["command-line-utilities", "development-tools", "filesystem"]
66
repository = "https://github.com/cpp-linter/cpp-linter-rs"
7-
version = "2.0.0-rc.15"
7+
version = "2.0.0-rc.16"
88
edition.workspace = true
99
authors.workspace = true
1010
description.workspace = true

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-rc.15",
3+
"version": "2.0.0-rc.16",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)