Skip to content

Commit 115cdcf

Browse files
committed
build: bump version to cpp-linter-js/v2.0.0-rc.21
1 parent 1808e4a commit 115cdcf

5 files changed

Lines changed: 77 additions & 55 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: 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-js/v2.0.0-rc.21] - 2026-06-28
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Add option for custom path to summary comment output by @2bndy5 in [#388](https://github.com/cpp-linter/cpp-linter-rs/pull/388)
14+
15+
### <!-- 4 --> 🛠️ Fixed
16+
17+
- Use correct output variable names by @2bndy5 in [`7ad731f`](https://github.com/cpp-linter/cpp-linter-rs/commit/7ad731fb5e81fbcd455713c9d2b41de7e78e32e8)
18+
- Use diff line index as 1-based line numbers by @2bndy5 in [#389](https://github.com/cpp-linter/cpp-linter-rs/pull/389)
19+
- Add context lines to generated patch by @2bndy5 in [#390](https://github.com/cpp-linter/cpp-linter-rs/pull/390)
20+
21+
### <!-- 6 --> 📦 Dependency updates
22+
23+
- Bump version to cpp-linter/v2.0.0-rc.22 by @2bndy5 in [`3f3647c`](https://github.com/cpp-linter/cpp-linter-rs/commit/3f3647c8860946dfc4e5a1cdf112822692136e7e)
24+
- Bump version to cpp-linter-py/v2.0.0-rc.21 by @2bndy5 in [`1808e4a`](https://github.com/cpp-linter/cpp-linter-rs/commit/1808e4a67b9463eb3b338da7fd2906197ae72c2c)
25+
26+
[cpp-linter-js/v2.0.0-rc.21]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-js/v2.0.0-rc.20...cpp-linter-js/v2.0.0-rc.21
27+
28+
Full commit diff: [`cpp-linter-js/v2.0.0-rc.20...cpp-linter-js/v2.0.0-rc.21`][cpp-linter-js/v2.0.0-rc.21]
29+
930
## [cpp-linter-js/v2.0.0-rc.20] - 2026-06-24
1031

1132
### <!-- 4 --> 🛠️ Fixed
@@ -19,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1940
- 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)
2041
- Bump version to cpp-linter/v2.0.0-rc.21 by @2bndy5 in [`9a9fe54`](https://github.com/cpp-linter/cpp-linter-rs/commit/9a9fe5432bdc279c0cd9f8ccce390caafcb27a34)
2142
- 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)
43+
- Bump version to cpp-linter-js/v2.0.0-rc.20 by @2bndy5 in [`2489719`](https://github.com/cpp-linter/cpp-linter-rs/commit/2489719d03db7c4cbf2100cc6962e5fb9b2b639c)
2244

2345
[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
2446

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

0 commit comments

Comments
 (0)