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.38] — 2026-05-31
7+
8+ ### 新增
9+
10+ - 支持包描述拥有自己的 ` ldflags ` ,依赖包声明的链接参数会随包源码编译
11+ 一起进入最终链接命令,消费方项目不再需要手动补齐第三方 C/C++
12+ 库的私有链接参数。
13+
614## [ 0.0.37] — 2026-05-31
715
816### 修复
Original file line number Diff line number Diff line change 11[package ]
22name = " mcpp"
3- version = " 0.0.37 "
3+ version = " 0.0.38 "
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.37 " ;
21+ inline constexpr std::string_view MCPP_VERSION = " 0.0.38 " ;
2222
2323struct FingerprintInputs {
2424 Toolchain toolchain;
You can’t perform that action at this time.
0 commit comments