Skip to content

Commit 24ed0a4

Browse files
committed
build: bump version to clang-installer/v0.1.1
1 parent 6210e1a commit 24ed0a4

4 files changed

Lines changed: 22 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-installer/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,23 @@ 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-installer/v0.1.1] - 2026-06-04
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Install clang tools on demand by @2bndy5 in [#279](https://github.com/cpp-linter/cpp-linter-rs/pull/279)
14+
- Migrate to git-bot-feedback lib by @2bndy5 in [#304](https://github.com/cpp-linter/cpp-linter-rs/pull/304)
15+
16+
### <!-- 6 --> 📦 Dependency updates
17+
18+
- 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)
19+
20+
### <!-- 9 --> 🗨️ Changed
21+
22+
- Prepare to release individual packages by @2bndy5 in [#302](https://github.com/cpp-linter/cpp-linter-rs/pull/302)
23+
24+
[clang-installer/v0.1.1]: https://github.com/cpp-linter/cpp-linter-rs/compare/2e25fec0a447df24d0bcc1b80f6624040bab755e...clang-installer/v0.1.1
25+
26+
Full commit diff: [`2e25fec...clang-installer/v0.1.1`][clang-installer/v0.1.1]
27+
928
<!-- generated by git-cliff -->

clang-installer/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-installer"
3-
version = "0.1.0"
3+
version = "0.1.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 }
1818
async-trait = "0.1.89"
1919
chrono = "0.4.44"
20-
clang-installer = { path = "../clang-installer", version = "0.1.0" }
20+
clang-installer = { path = "../clang-installer", version = "0.1.1" }
2121
clap = { workspace = true, optional = true }
2222
colored = { workspace = true, optional = true }
2323
fast-glob = "1.0.1"

0 commit comments

Comments
 (0)