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 ### ✨ 新功能