Skip to content

Commit 45cfec0

Browse files
committed
build: bump version to cpp-linter-js/v2.0.0-rc.18
1 parent 43220ef commit 45cfec0

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.18] - 2026-06-10
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Use concrete error types by @2bndy5 in [#343](https://github.com/cpp-linter/cpp-linter-rs/pull/343)
14+
- Make diff without libgit2 by @2bndy5 in [#344](https://github.com/cpp-linter/cpp-linter-rs/pull/344)
15+
16+
### <!-- 4 --> 🛠️ Fixed
17+
18+
- Do not fail on check for tool presence (via package managers) by @2bndy5 in [#345](https://github.com/cpp-linter/cpp-linter-rs/pull/345)
19+
20+
### <!-- 6 --> 📦 Dependency updates
21+
22+
- Bump version to clang-tools-manager/v0.2.1 by @2bndy5 in [`f4033b5`](https://github.com/cpp-linter/cpp-linter-rs/commit/f4033b5c1807fb3889cbb3c396d0f292bac92d25)
23+
- Bump version to cpp-linter/v2.0.0-rc.18 by @2bndy5 in [`83c1b4a`](https://github.com/cpp-linter/cpp-linter-rs/commit/83c1b4aa29c8e388372351724c395a6a3bad7769)
24+
- Bump version to cpp-linter-py/v2.0.0-rc.18 by @2bndy5 in [`43220ef`](https://github.com/cpp-linter/cpp-linter-rs/commit/43220ef57786a7ee16e5284cbef95894e7e4b457)
25+
26+
[cpp-linter-js/v2.0.0-rc.18]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter-js/v2.0.0-rc.17...cpp-linter-js/v2.0.0-rc.18
27+
28+
Full commit diff: [`cpp-linter-js/v2.0.0-rc.17...cpp-linter-js/v2.0.0-rc.18`][cpp-linter-js/v2.0.0-rc.18]
29+
930
## [cpp-linter-js/v2.0.0-rc.17] - 2026-06-08
1031

1132
### <!-- 1 --> 🚀 Added
@@ -24,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2445
- Bump version to clang-tools-manager/v0.2.0 by @2bndy5 in [`2505553`](https://github.com/cpp-linter/cpp-linter-rs/commit/25055539eed2ca9f5aca7c65085b826787b52621)
2546
- Bump version to cpp-linter/v2.0.0-rc.17 by @2bndy5 in [`9d83a7f`](https://github.com/cpp-linter/cpp-linter-rs/commit/9d83a7fdbf2ecde4bcc324c921a2d2ffa233e520)
2647
- Bump version to cpp-linter-py/v2.0.0-rc.17 by @2bndy5 in [`58640c5`](https://github.com/cpp-linter/cpp-linter-rs/commit/58640c5516fcc462b686d94b90e2cde0f958d0d9)
48+
- Bump version to cpp-linter-js/v2.0.0-rc.17 by @2bndy5 in [`1529d72`](https://github.com/cpp-linter/cpp-linter-rs/commit/1529d7214611e45a6876ef20580565b1af3ca491)
2749

2850
### <!-- 8 --> 📝 Documentation
2951

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

0 commit comments

Comments
 (0)