diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc51b9..b5e1dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Security**: Encrypt SSH passphrases and API keys - **Interactive UI**: Beautiful CLI with prompts and previews -## [0.1.0] - 2024-01-01 +## [0.1.0] - 2026-01-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index 74d39a7..468155c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "quicommit" version = "0.1.0" edition = "2024" -authors = ["Your Name "] +authors = ["Sidney Zhang "] description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation" license = "MIT" repository = "https://github.com/yourusername/quicommit" diff --git a/rustfmt.toml b/rustfmt.toml index 8c0c342..caffb32 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -20,7 +20,7 @@ reorder_modules = true remove_nested_parens = true # Edition to use for parsing -edition = "2021" +edition = "2024" # Merge multiple imports into a single nested import imports_granularity = "Crate"