Skip to content

Commit 2489719

Browse files
committed
build: bump version to cpp-linter-js/v2.0.0-rc.20
1 parent bac1838 commit 2489719

5 files changed

Lines changed: 85 additions & 65 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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ 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.20] - 2026-06-24
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Pass `--extra-arg`s to clang-tidy properly by @2bndy5 in [#386](https://github.com/cpp-linter/cpp-linter-rs/pull/386)
14+
- Make repo-root path absolute by @2bndy5 in [#387](https://github.com/cpp-linter/cpp-linter-rs/pull/387)
15+
16+
### <!-- 6 --> 📦 Dependency updates
17+
18+
- Bump the cargo group with 3 updates by @dependabot[bot] in [#381](https://github.com/cpp-linter/cpp-linter-rs/pull/381)
19+
- Bump the npm group across 1 directory with 2 updates by @dependabot[bot] in [#382](https://github.com/cpp-linter/cpp-linter-rs/pull/382)
20+
- Bump version to cpp-linter/v2.0.0-rc.21 by @2bndy5 in [`9a9fe54`](https://github.com/cpp-linter/cpp-linter-rs/commit/9a9fe5432bdc279c0cd9f8ccce390caafcb27a34)
21+
- Bump version to cpp-linter-py/v2.0.0-rc.20 by @2bndy5 in [`bac1838`](https://github.com/cpp-linter/cpp-linter-rs/commit/bac1838924bb614bf2d02d27792d1d976942dd3f)
22+
23+
[cpp-linter-js/v2.0.0-rc.20]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-js/v2.0.0-rc.19...cpp-linter-js/v2.0.0-rc.20
24+
25+
Full commit diff: [`cpp-linter-js/v2.0.0-rc.19...cpp-linter-js/v2.0.0-rc.20`][cpp-linter-js/v2.0.0-rc.20]
26+
927
## [cpp-linter-js/v2.0.0-rc.19] - 2026-06-21
1028

1129
### <!-- 1 --> 🚀 Added
@@ -45,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4563
- Bump version to clang-tools-manager/v0.3.1 by @2bndy5 in [`7cc03b5`](https://github.com/cpp-linter/cpp-linter-rs/commit/7cc03b532394b03ec333de0aed292d72a71d1374)
4664
- Bump version to cpp-linter/v2.0.0-rc.20 by @2bndy5 in [`9eb5f6c`](https://github.com/cpp-linter/cpp-linter-rs/commit/9eb5f6cf686d4278f56fb14a8ee4e4cf3a407164)
4765
- Bump version to cpp-linter-py/v2.0.0-rc.19 by @2bndy5 in [`178b7f4`](https://github.com/cpp-linter/cpp-linter-rs/commit/178b7f425fba50c40221cbeed11f86fcb5233135)
66+
- Bump version to cpp-linter-js/v2.0.0-rc.19 by @2bndy5 in [`7949a3c`](https://github.com/cpp-linter/cpp-linter-rs/commit/7949a3c62fce83be53721bc507a5ce630afdcb1d)
4867

4968
### <!-- 8 --> 📝 Documentation
5069

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.19"
7+
version = "2.0.0-rc.20"
88
edition.workspace = true
99
authors.workspace = true
1010
description.workspace = true

0 commit comments

Comments
 (0)