Skip to content

Commit f7f7b25

Browse files
committed
build: bump version to clang-tools-manager/v0.3.0
1 parent aa1c380 commit f7f7b25

4 files changed

Lines changed: 27 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.

clang-tools-manager/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ 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+
## [clang-tools-manager/v0.3.0] - 2026-06-21
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Allow explicit use of package managers by @2bndy5 in [#372](https://github.com/cpp-linter/cpp-linter-rs/pull/372)
14+
- Add colors to `--help` output and uniform logging by @2bndy5 in [#374](https://github.com/cpp-linter/cpp-linter-rs/pull/374)
15+
16+
### <!-- 4 --> 🛠️ Fixed
17+
18+
- Refactor for unsupported static binary platforms by @2bndy5 in [#356](https://github.com/cpp-linter/cpp-linter-rs/pull/356)
19+
- Cache the versions.json in build script by @2bndy5 in [#373](https://github.com/cpp-linter/cpp-linter-rs/pull/373)
20+
21+
### <!-- 8 --> 📝 Documentation
22+
23+
- Expand clang-tools-manager/README by @2bndy5 in [#366](https://github.com/cpp-linter/cpp-linter-rs/pull/366)
24+
25+
[clang-tools-manager/v0.3.0]: https://github.com/cpp-linter/cpp-linter-rs/compare/clang-tools-manager/v0.2.1...clang-tools-manager/v0.3.0
26+
27+
Full commit diff: [`clang-tools-manager/v0.2.1...clang-tools-manager/v0.3.0`][clang-tools-manager/v0.3.0]
28+
929
## [clang-tools-manager/v0.2.1] - 2026-06-10
1030

1131
### <!-- 1 --> 🚀 Added
@@ -16,6 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1636

1737
- 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)
1838

39+
### <!-- 6 --> 📦 Dependency updates
40+
41+
- Bump version to clang-tools-manager/v0.2.1 by @2bndy5 in [`f4033b5`](https://github.com/cpp-linter/cpp-linter-rs/commit/f4033b5c1807fb3889cbb3c396d0f292bac92d25)
42+
1943
[clang-tools-manager/v0.2.1]: https://github.com/cpp-linter/cpp-linter-rs/compare/clang-tools-manager/v0.2.0...clang-tools-manager/v0.2.1
2044

2145
Full commit diff: [`clang-tools-manager/v0.2.0...clang-tools-manager/v0.2.1`][clang-tools-manager/v0.2.1]

clang-tools-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clang-tools-manager"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "A utility for installing specific versions of clang-format and clang-tidy, used by cpp-linter."
55
readme = "README.md"
66
keywords = ["clang-tidy", "clang-format", "cpp-linter"]

cpp-linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license.workspace = true
1717
anyhow = { workspace = true, optional = true }
1818
async-trait = "0.1.89"
1919
chrono = "0.4.44"
20-
clang-tools-manager = { path = "../clang-tools-manager", features = ["bin"], version = "0.2.1" }
20+
clang-tools-manager = { path = "../clang-tools-manager", features = ["bin"], version = "0.3.0" }
2121
clap = { workspace = true, optional = true }
2222
fast-glob = "1.0.1"
2323
futures = "0.3.32"

0 commit comments

Comments
 (0)