Skip to content

Commit 7cc03b5

Browse files
committed
build: bump version to clang-tools-manager/v0.3.1
1 parent 7d112b9 commit 7cc03b5

4 files changed

Lines changed: 17 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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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.1] - 2026-06-21
10+
11+
### <!-- 6 --> 📦 Dependency updates
12+
13+
- Force use versions.json in docs.rs build by @2bndy5 in [`7d112b9`](https://github.com/cpp-linter/cpp-linter-rs/commit/7d112b9798dbda8e75f4c504915ca31409e308e8)
14+
15+
[clang-tools-manager/v0.3.1]: https://github.com/cpp-linter/cpp-linter-rs/compare/clang-tools-manager/v0.3.0...clang-tools-manager/v0.3.1
16+
17+
Full commit diff: [`clang-tools-manager/v0.3.0...clang-tools-manager/v0.3.1`][clang-tools-manager/v0.3.1]
18+
919
## [clang-tools-manager/v0.3.0] - 2026-06-21
1020

1121
### <!-- 1 --> 🚀 Added
@@ -18,6 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1828
- Refactor for unsupported static binary platforms by @2bndy5 in [#356](https://github.com/cpp-linter/cpp-linter-rs/pull/356)
1929
- Cache the versions.json in build script by @2bndy5 in [#373](https://github.com/cpp-linter/cpp-linter-rs/pull/373)
2030

31+
### <!-- 6 --> 📦 Dependency updates
32+
33+
- Bump version to clang-tools-manager/v0.3.0 by @2bndy5 in [`f7f7b25`](https://github.com/cpp-linter/cpp-linter-rs/commit/f7f7b254f037d5817574494481fd18ca652a42e3)
34+
2135
### <!-- 8 --> 📝 Documentation
2236

2337
- Expand clang-tools-manager/README by @2bndy5 in [#366](https://github.com/cpp-linter/cpp-linter-rs/pull/366)

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.3.0"
3+
version = "0.3.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", features = ["bin"], version = "0.3.0" }
20+
clang-tools-manager = { path = "../clang-tools-manager", features = ["bin"], version = "0.3.1" }
2121
clap = { workspace = true, optional = true }
2222
fast-glob = "1.0.1"
2323
futures = "0.3.32"

0 commit comments

Comments
 (0)