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.44] — 2026-06-02
7+
8+ ### 修复
9+
10+ - 修复 git branch 依赖的缓存身份和 lockfile source 元数据。branch 依赖现在会先
11+ 解析到具体 commit,缓存 key 会随远端 branch 更新而变化,lockfile 也会记录
12+ ` git+<url>#branch=<name>@<sha> ` 而不是错误落到 ` index+mcpplibs@ ` 。
13+
614## [ 0.0.43] — 2026-06-02
715
816### 新增
Original file line number Diff line number Diff line change 11[package ]
22name = " mcpp"
3- version = " 0.0.43 "
3+ version = " 0.0.44 "
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.43 " ;
21+ inline constexpr std::string_view MCPP_VERSION = " 0.0.44 " ;
2222
2323struct FingerprintInputs {
2424 Toolchain toolchain;
You can’t perform that action at this time.
0 commit comments