Skip to content

Commit c946364

Browse files
committed
2.6.0
1 parent 544e706 commit c946364

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.6.0] - 2025-10-30
9+
10+
### Added
11+
- Support for `-v` and `--version` flags to display current version
12+
- Version command that works in both development and production environments
13+
- Shared version utility to eliminate code duplication
14+
- Comprehensive test suite for version utility (5 new tests)
15+
16+
### Changed
17+
- Version and help flags are now handled before git operations to prevent conflicts
18+
- Updated help message to include `-v, --version` and `-h, --help` options
19+
- Upgraded `@google/genai` from 0.13.0 to 1.28.0 (fixes punycode deprecation warning)
20+
- Upgraded `@anthropic-ai/sdk` from 0.50.4 to 0.68.0
21+
- Upgraded `openai` from 6.5.0 to 6.7.0
22+
23+
### Fixed
24+
- Fixed `-v` flag being incorrectly interpreted as git diff option
25+
- Eliminated punycode deprecation warning by updating dependencies
26+
827
## [2.5.1] - 2025-10-30
928

1029
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-commitai-cli",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "AI-powered git commit message generator",
55
"main": "dist/cli.js",
66
"type": "module",

0 commit comments

Comments
 (0)