Skip to content

Commit 9d83a7f

Browse files
committed
build: bump version to cpp-linter/v2.0.0-rc.17
1 parent 2505553 commit 9d83a7f

3 files changed

Lines changed: 22 additions & 2 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.

cpp-linter/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ 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/v2.0.0-rc.17] - 2026-06-08
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Show used clang tools' version in logs by @2bndy5 in [#336](https://github.com/cpp-linter/cpp-linter-rs/pull/336)
14+
- Rename `clang-installer` to `clang-tools-manager` by @2bndy5 in [#337](https://github.com/cpp-linter/cpp-linter-rs/pull/337)
15+
16+
### <!-- 6 --> 📦 Dependency updates
17+
18+
- Bump version to clang-tools-manager/v0.2.0 by @2bndy5 in [`2505553`](https://github.com/cpp-linter/cpp-linter-rs/commit/25055539eed2ca9f5aca7c65085b826787b52621)
19+
20+
### <!-- 8 --> 📝 Documentation
21+
22+
- Revise third-party license tables in docs by @2bndy5 in [#329](https://github.com/cpp-linter/cpp-linter-rs/pull/329)
23+
24+
[cpp-linter/v2.0.0-rc.17]: https://github.com/cpp-linter/cpp-linter-rs/compare/cpp-linter/v2.0.0-rc.16...cpp-linter/v2.0.0-rc.17
25+
26+
Full commit diff: [`cpp-linter/v2.0.0-rc.16...cpp-linter/v2.0.0-rc.17`][cpp-linter/v2.0.0-rc.17]
27+
928
## [cpp-linter/v2.0.0-rc.16] - 2026-06-05
1029

1130
### <!-- 4 --> 🛠️ Fixed
@@ -15,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1534
### <!-- 6 --> 📦 Dependency updates
1635

1736
- Bump version to clang-installer/v0.1.2 by @2bndy5 in [`2aea596`](https://github.com/cpp-linter/cpp-linter-rs/commit/2aea596824ca58387860b392e67e180630db258b)
37+
- Bump version to cpp-linter/v2.0.0-rc.16 by @2bndy5 in [`85d6de5`](https://github.com/cpp-linter/cpp-linter-rs/commit/85d6de5fb3073ae66333d48c3d3275ac07baf02f)
1838

1939
### <!-- 9 --> 🗨️ Changed
2040

cpp-linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cpp-linter"
33
readme = "README.md"
44
keywords = ["clang-tidy", "clang-format", "linter", "cpp-linter"]
55
categories = ["command-line-utilities", "development-tools", "filesystem"]
6-
version = "2.0.0-rc.16"
6+
version = "2.0.0-rc.17"
77
repository.workspace = true
88
edition.workspace = true
99
authors.workspace = true

0 commit comments

Comments
 (0)