diff --git a/CHANGELOG.md b/CHANGELOG.md index b761315..1f4d017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### 🔧 其他变更