Skip to content

Commit 063b81f

Browse files
committed
chore: bump mcpp to 0.0.44
1 parent 0337b92 commit 063b81f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

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.43"
3+
version = "0.0.44"
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.43";
21+
inline constexpr std::string_view MCPP_VERSION = "0.0.44";
2222

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)