Skip to content

Commit 52d6fa4

Browse files
authored
release: v0.0.3 (#20)
- mcpp.toml + MCPP_VERSION → 0.0.3 - CHANGELOG: lock [Unreleased] → [0.0.3] — 2026-05-10 Three-tier dependency resolution lands in this release: transitive walker (#17), SemVer merge / Level 2 (#18), multi-version mangling / Level 1 (#19). See the 0.0.3 entry for the full breakdown.
1 parent bb8ea8a commit 52d6fa4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> 本文件追踪 `mcpp-community/mcpp` 公开仓的版本演进。
44
> 格式参考 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/)
55
6-
## [Unreleased]0.0.3
6+
## [0.0.3] — 2026-05-10
77

88
依赖解析体系的三步演进:0.0.2 release tag 之后合入 transitive walker,
99
这一版补齐 SemVer 合并(Level 2)+ 多版本 mangling 兜底(Level 1)。

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

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)