Skip to content

Commit a9a7665

Browse files
committed
chore: bump mcpp to 0.0.45
1 parent 01346cf commit a9a7665

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
> 本文件追踪 `mcpp-community/mcpp` 公开仓的版本演进。
44
> 格式参考 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/)
55
6+
## [0.0.45] — 2026-06-02
7+
8+
### 修复
9+
10+
- 修复裸依赖选择器无法 fallback 到独立 root 包的问题。现在
11+
`imgui = "0.0.1"` 会先尝试省略前缀的 `mcpplibs/imgui`,若候选包身份不匹配,
12+
会继续匹配独立 root `imgui`,避免把非 `mcpplibs` 体系的包误解析为
13+
`mcpplibs.imgui`
14+
- 选择候选 xpkg 描述时校验 `package.name` / `package.namespace`,并在 lockfile
15+
中保留独立 root 包的空 namespace 身份。
16+
617
## [0.0.44] — 2026-06-02
718

819
### 修复

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.44"
3+
version = "0.0.45"
44
description = "Modern C++ build & package management tool"
55
license = "Apache-2.0"
66
authors = ["mcpp-community"]

0 commit comments

Comments
 (0)