File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33> 本文件追踪 ` mcpp-community/mcpp ` 公开仓的版本演进。
44> 格式参考 [ Keep a Changelog] ( https://keepachangelog.com/zh-CN/1.1.0/ ) 。
55
6+ ## [ 0.0.39] — 2026-06-01
7+
8+ ### 修复
9+
10+ - 修复 project-local index 包安装时没有走项目 xlings 数据根的问题,本地 path
11+ 索引现在通过 xlings CLI 直接安装到项目数据目录,避免 hook 查找不到同索引包。
12+ - 修复包 install hook 运行前 ` mcpp.deps ` 尚未安装的问题,库/头文件依赖可以继续
13+ 留在 ` mcpp.deps ` ,只有 hook 执行工具需要放入 xpm deps。
14+
615## [ 0.0.38] — 2026-05-31
716
817### 新增
Original file line number Diff line number Diff line change 11[package ]
22name = " mcpp"
3- version = " 0.0.38 "
3+ version = " 0.0.39 "
44description = " Modern C++ build & package management tool"
55license = " Apache-2.0"
66authors = [" mcpp-community" ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import mcpp.toolchain.detect;
1818
1919export namespace mcpp ::toolchain {
2020
21- inline constexpr std::string_view MCPP_VERSION = " 0.0.38 " ;
21+ inline constexpr std::string_view MCPP_VERSION = " 0.0.39 " ;
2222
2323struct FingerprintInputs {
2424 Toolchain toolchain;
You can’t perform that action at this time.
0 commit comments