Skip to content

Commit f56c615

Browse files
committed
chore(release): prepare mcpp 0.0.39
1 parent ab50dc0 commit f56c615

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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
### 新增

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcpp"
3-
version = "0.0.38"
3+
version = "0.0.39"
44
description = "Modern C++ build & package management tool"
55
license = "Apache-2.0"
66
authors = ["mcpp-community"]

src/toolchain/fingerprint.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import mcpp.toolchain.detect;
1818

1919
export 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

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)