We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1b130 commit a2cdd73Copy full SHA for a2cdd73
2 files changed
.agents/docs/2026-06-02-dotted-dependency-selectors.md
@@ -275,6 +275,9 @@ mcpp test
275
pass locally.
276
- 2026-06-02: Bumped the pending release version to `0.0.43` and added the
277
changelog entry for dotted dependency selectors.
278
+- 2026-06-02: CI exposed that `--version` also uses the hardcoded
279
+ `MCPP_VERSION` in `src/toolchain/fingerprint.cppm`; synchronized it to
280
+ `0.0.43`.
281
282
Current local checks:
283
src/toolchain/fingerprint.cppm
@@ -18,7 +18,7 @@ import mcpp.toolchain.detect;
18
19
export namespace mcpp::toolchain {
20
21
-inline constexpr std::string_view MCPP_VERSION = "0.0.42";
+inline constexpr std::string_view MCPP_VERSION = "0.0.43";
22
23
struct FingerprintInputs {
24
Toolchain toolchain;
0 commit comments