Skip to content

Commit 28f3a02

Browse files
authored
release: 版本切到 2026.08.02.1 (#34)
把已合入的这批发出去:Win10 / Win11 双 job(完整测试段 + d2mcpp 真课程 checker 冒烟)、mcpp 索引下限导致的全平台 CI 红修复(pin → 2026.8.1.1)、Windows 上 normalize_path 的前导分隔符修复、以及 Windows 活性超时的 Job Object 实现 (e2e 五组自此三平台同跑)。 版本三处同源,少一处 release.yml 的版本比对就会红: mcpp.toml / protocol/mcpp.toml package version src/config.cppm Info::VERSION(d2x --version 的来源) 本地实测 `d2x --version` = 2026.08.02.1,e2e 五组 ALL GREEN。
1 parent 46c14c1 commit 28f3a02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "d2x"
3-
version = "2026.07.24.1"
3+
version = "2026.08.02.1"
44
description = "AI-powered development assistant for C++ projects"
55
license = "Apache-2.0"
66
repo = "https://github.com/d2learn/d2x"

protocol/mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "d2x-protocol"
3-
version = "2026.07.24.1"
3+
version = "2026.08.02.1"
44
description = "d2x Provider/Frontend 协议层:类型、编解码、传输(参考实现;规范性载体是协议文档,跨语言合规判据是 conformance 套件)"
55
license = "Apache-2.0"
66

src/config.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export struct EnvVars;
1717
export class Config;
1818

1919
struct Info {
20-
static constexpr std::string_view VERSION = "2026.07.24.1"; // 日期版本制 YYYY.MM.DD.N(见 2026-07-24 设计文档决策记录)
20+
static constexpr std::string_view VERSION = "2026.08.02.1"; // 日期版本制 YYYY.MM.DD.N(见 2026-07-24 设计文档决策记录)
2121
static constexpr std::string_view REPO = "https://github.com/d2learn/d2x";
2222
};
2323

0 commit comments

Comments
 (0)