chore: 升级版本至 0.7.0 并启用 regex unicode-perl 特性

This commit is contained in:
2026-08-21 14:07:02 +08:00
parent a40c88c768
commit d6958dc41e

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "quicommit" name = "quicommit"
version = "0.6.1" version = "0.7.0"
edition = "2024" edition = "2024"
authors = ["Sidney Zhang <zly@lyzhang.me>"] authors = ["Sidney Zhang <zly@lyzhang.me>"]
description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation" description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation"
@@ -42,7 +42,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
# Utilities # Utilities
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
regex = { version = "1.10", default-features = false, features = ["std", "perf"] } regex = { version = "1.10", default-features = false, features = ["std", "perf", "unicode-perl"] }
roxmltree = "0.20" roxmltree = "0.20"
colored = "2.1" colored = "2.1"
semver = "1.0" semver = "1.0"