Skip to content

Commit 2505553

Browse files
committed
build: bump version to clang-tools-manager/v0.2.0
1 parent 8809278 commit 2505553

4 files changed

Lines changed: 7 additions & 27 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: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,14 @@ 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.1.2] - 2026-06-05
9+
## [clang-tools-manager/v0.2.0] - 2026-06-08
1010

1111
### <!-- 4 --> 🛠️ Fixed
1212

13-
- Restore cargo binstall support by @2bndy5 in [#328](https://github.com/cpp-linter/cpp-linter-rs/pull/328)
13+
- Rename `clang-installer` to `clang-tools-manager` by @2bndy5 in [#337](https://github.com/cpp-linter/cpp-linter-rs/pull/337)
1414

15-
[clang-tools-manager/v0.1.2]: https://github.com/cpp-linter/cpp-linter-rs/compare/clang-tools-manager/v0.1.1...clang-tools-manager/v0.1.2
15+
[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
1616

17-
Full commit diff: [`clang-tools-manager/v0.1.1...clang-tools-manager/v0.1.2`][clang-tools-manager/v0.1.2]
18-
19-
## [clang-tools-manager/v0.1.1] - 2026-06-04
20-
21-
### <!-- 1 --> 🚀 Added
22-
23-
- Install clang tools on demand by @2bndy5 in [#279](https://github.com/cpp-linter/cpp-linter-rs/pull/279)
24-
- Migrate to git-bot-feedback lib by @2bndy5 in [#304](https://github.com/cpp-linter/cpp-linter-rs/pull/304)
25-
26-
### <!-- 6 --> 📦 Dependency updates
27-
28-
- Bump the cargo group across 1 directory with 8 updates by @dependabot[bot] in [#301](https://github.com/cpp-linter/cpp-linter-rs/pull/301)
29-
- Bump version to clang-installer/v0.1.1 by @2bndy5 in [`24ed0a4`](https://github.com/cpp-linter/cpp-linter-rs/commit/24ed0a4556bf5169b8da5c06eef29f5694caa2cd)
30-
31-
### <!-- 9 --> 🗨️ Changed
32-
33-
- Prepare to release individual packages by @2bndy5 in [#302](https://github.com/cpp-linter/cpp-linter-rs/pull/302)
34-
35-
[clang-tools-manager/v0.1.1]: https://github.com/cpp-linter/cpp-linter-rs/compare/2e25fec0a447df24d0bcc1b80f6624040bab755e...clang-tools-manager/v0.1.1
36-
37-
Full commit diff: [`2e25fec...clang-tools-manager/v0.1.1`][clang-tools-manager/v0.1.1]
17+
Full commit diff: [`clang-tools-manager/v0.1.2...clang-tools-manager/v0.2.0`][clang-tools-manager/v0.2.0]
3818

3919
<!-- generated by git-cliff -->

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.1.2"
3+
version = "0.2.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 }
1818
async-trait = "0.1.89"
1919
chrono = "0.4.44"
20-
clang-tools-manager = { path = "../clang-tools-manager", version = "0.1.2" }
20+
clang-tools-manager = { path = "../clang-tools-manager", version = "0.2.0" }
2121
clap = { workspace = true, optional = true }
2222
colored = { workspace = true, optional = true }
2323
fast-glob = "1.0.1"

0 commit comments

Comments
 (0)