From b391bdabafad75c5642776bddbbb2a288823bd29 Mon Sep 17 00:00:00 2001 From: SidneyZhang Date: Fri, 21 Aug 2026 14:43:38 +0800 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20=E6=9B=B4=E6=96=B0=200.7.0?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ### 🔧 其他变更