Skip to content

Commit f4033b5

Browse files
committed
build: bump version to clang-tools-manager/v0.2.1
1 parent 89d9a7e commit f4033b5

4 files changed

Lines changed: 21 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,30 @@ 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.2.1] - 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+
15+
### <!-- 4 --> 🛠️ Fixed
16+
17+
- 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)
18+
19+
[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
20+
21+
Full commit diff: [`clang-tools-manager/v0.2.0...clang-tools-manager/v0.2.1`][clang-tools-manager/v0.2.1]
22+
923
## [clang-tools-manager/v0.2.0] - 2026-06-08
1024

1125
### <!-- 4 --> 🛠️ Fixed
1226

1327
- Rename `clang-installer` to `clang-tools-manager` by @2bndy5 in [#337](https://github.com/cpp-linter/cpp-linter-rs/pull/337)
1428

29+
### <!-- 6 --> 📦 Dependency updates
30+
31+
- Bump version to clang-tools-manager/v0.2.0 by @2bndy5 in [`2505553`](https://github.com/cpp-linter/cpp-linter-rs/commit/25055539eed2ca9f5aca7c65085b826787b52621)
32+
1533
[clang-tools-manager/v0.2.0]: https://github.com/cpp-linter/cpp-linter-rs/compare/clang-tools-manager/v0.1.2...clang-tools-manager/v0.2.0
1634

1735
Full commit diff: [`clang-tools-manager/v0.1.2...clang-tools-manager/v0.2.0`][clang-tools-manager/v0.2.0]

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.0"
3+
version = "0.2.1"
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", version = "0.2.0" }
20+
clang-tools-manager = { path = "../clang-tools-manager", version = "0.2.1" }
2121
clap = { workspace = true, optional = true }
2222
colored = { workspace = true, optional = true }
2323
fast-glob = "1.0.1"

0 commit comments

Comments
 (0)