docs(changelog): 更新 0.7.0 版本发布说明

This commit is contained in:
2026-08-21 14:43:38 +08:00
parent d6958dc41e
commit b391bdabaf

View File

@@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
暂无。 暂无。
## [0.7.0] - 2026-08-21
### ✨ 新功能
- `changelog` 命令新增 `--no-generate` 标志:强制使用模板生成而非 AI 生成
- `tag` 命令支持从多个配置文件(`Cargo.toml` / `pyproject.toml`)读取版本并交互选择
### 🐞 错误修复
- 修复 `regex` 关闭默认 unicode 特性后 SEMVER 正则编译 panic启用 `unicode-perl` 特性,恢复 `\d` 字符类可用性
### 🔧 其他变更
- `--yes` 参数行为调整:仅跳过交互提示,不再改变生成行为
- 统一使用工具函数替代 `println` 输出
## [0.6.1] - 2026-08-18 ## [0.6.1] - 2026-08-18
### 🔧 其他变更 ### 🔧 其他变更