⬆️ chore(Cargo.toml):升级版本号至0.1.7

♻️ refactor(changelog.rs):移除prepend参数,改为自动前置到现有changelog
♻️ refactor(formatter.rs):移除未使用的日期和格式化函数
♻️ refactor(validators.rs):移除未使用的SSH密钥验证功能
This commit is contained in:
2026-02-14 15:00:59 +08:00
parent e822ba1f54
commit a514cdc69f
4 changed files with 26 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "quicommit"
version = "0.1.5"
version = "0.1.7"
edition = "2024"
authors = ["Sidney Zhang <zly@lyzhang.me>"]
description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation(alpha version)"