You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: set clang version min and max at compile time
This adds a build script that downloads versions.json from `cpp-linter/clang-tools-static-binaries` latest release and injects it into the production code using compile-time-only environment variables.
Includes a similar adjustment to the test CI job in some inline nu shell script that employs gh-cli instead of direct download.
Full commit diff: [`clang-installer/v0.1.1...clang-installer/v0.1.2`][clang-installer/v0.1.2]
17
+
Full commit diff: [`clang-downloader/v0.1.1...clang-downloader/v0.1.2`][clang-downloader/v0.1.2]
18
18
19
-
## [clang-installer/v0.1.1] - 2026-06-04
19
+
## [clang-downloader/v0.1.1] - 2026-06-04
20
20
21
21
### <!-- 1 --> 🚀 Added
22
22
@@ -26,14 +26,14 @@ Full commit diff: [`clang-installer/v0.1.1...clang-installer/v0.1.2`][clang-inst
26
26
### <!-- 6 --> 📦 Dependency updates
27
27
28
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)
29
+
- Bump version to clang-downloader/v0.1.1 by @2bndy5 in [`24ed0a4`](https://github.com/cpp-linter/cpp-linter-rs/commit/24ed0a4556bf5169b8da5c06eef29f5694caa2cd)
30
30
31
31
### <!-- 9 --> 🗨️ Changed
32
32
33
33
- Prepare to release individual packages by @2bndy5 in [#302](https://github.com/cpp-linter/cpp-linter-rs/pull/302)
0 commit comments