nex_docus/docs/sdd/releases/README.md

26 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 发布索引Releases
本目录登记**公开版本与资产索引**。每个发布一个文件:`vX.Y.Z.md`,记录发布元数据、产物与验证边界。
## 发布规则
- 版本号语义化MAJOR.MINOR.PATCH
- 发布前必须:对应 DV verification.md 证据通过ADR 无未决的重大分歧。
- 发布文件中须给出「验证边界」:哪些 DV 被覆盖、如何复验、已知限制。
- 部署相关变更同步到 `DEPLOY.md` / `CHANGELOG_DEPLOY.md`
- **版本以 git 为准**:发布必须对应一个 git 版本标记(提交信息中的 vX.Y.Z 或 tag代码内版本字段应与 git 标记一致。
## 版本列表(对齐 git
| 版本 | 文件 | 对应 git 标记 | 主要规格覆盖 | 状态 |
| --- | --- | --- | --- | --- |
| v0.9.9 | [v0.9.9.md](v0.9.9.md) | `416ef48 v0.9.9`当前基线HEAD `4ef3c92` | 阶段一~三全部 DV | 当前基线 |
| v0.9.6 | [v0.9.6.md](v0.9.6.md) | `c005964 v0.9.6` | MCP 内集成/凭证管理/Python3.12/storage 持久化(历史) | 历史发布记录 |
> git 发布线v0.9.1 → v0.9.2 → v0.9.6 → v0.9.7 → v0.9.8 → **v0.9.9**。仓库**未打 git tag**;上表以提交信息中的版本标记为准。
>
> v0.9.6 为**历史发布记录**(整合自原 `docs/UPGRADE_v0.9.6.md`v0.9.9 为**当前基线**。
>
> ⚠️ 代码内版本字段(`APP_VERSION`、`package.json version`)与部分旧文档标注为 1.0.0,与 git 标记不符,属遗留占位,见 v0.9.9.md「版本对齐说明」。
## 历史部署变更参考(非发布、仅供追踪)
- `CHANGELOG_DEPLOY.md`v1.0.1 前端端口 80→8080、storage 目录映射STORAGE_PATH该记录与 git 发布线冲突,已标注意外,见 archive/版本对齐)。