From 04410ea9e7efb8e51d947ca28d368735a108f62e Mon Sep 17 00:00:00 2001 From: SidneyZhang Date: Sat, 14 Feb 2026 15:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(CHANGELOG.md)=EF=BC=9A?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=98=E6=9B=B4=E6=97=A5=E5=BF=97=E4=BB=A5?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=89=88=E6=9C=AC0.1.7=E7=9A=84=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb43f3..e4999bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.7] - 2026-02-14 + +### 🐞 错误修复 +- 修复 `changelog` 命令默认覆盖文件的问题,现改为智能追加新版本条目到头部之后 + +### 🔧 其他变更 +- 清理 `formatter.rs` 中未使用的函数(`format_commit_date`、`format_changelog_date`、`format_tag_name`、`truncate`、`format_markdown_list`、`format_changelog_section`、`format_git_config_key`) +- 清理 `validators.rs` 中未使用的函数(`validate_ssh_key`) +- 移除 `changelog` 命令的 `--prepend` 参数(默认行为已改为追加) + ## [0.1.4] - 2026-02-01 ### ✨ 新功能