Files
team/docs/运维-发布日志.md
T
2026-04-19 21:47:08 +08:00

37 lines
531 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 发布日志
**文档版本**: 1.0.0
**最后更新**: 2026-04-19
---
## 版本历史
### v0.1.0 (开发中)
**状态**: 开发中
**范围**: <!-- 版本范围 -->
#### 新增
- <!-- 新增内容 -->
#### 待实现
- <!-- 待实现内容 -->
---
## 版本命名规范
- **主版本号(Major)**: 不兼容的架构变更
- **次版本号(Minor**: 功能新增
- **修订号(Patch**: Bug 修复
格式:`vMAJOR.MINOR.PATCH`,如 `v1.0.0`
---
**版本历史**:
- v1.0.0 (2026-04-19): 初始化模板