Skip to content

Commit c941b19

Browse files
committed
chore: bump version to 0.2.9 and update changelog
Change-Id: I6b45f76f66f0ca0e231c7d6976ebd8d57be40f7a Co-developed-by: Claude <noreply@anthropic.com>
1 parent 05baa68 commit c941b19

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [0.2.9] - 2025-09-28
9+
10+
### Added
11+
12+
- Add qoder-cli support
13+
- Add QODER_CLI environment variable detection
14+
- Enable tracking contributions from Qoder CLI tool
15+
16+
### Changed
17+
18+
- Improve code coverage with comprehensive test cases
19+
- Add extensive test cases for uncovered lines in exec.test.ts
20+
- Add test coverage for clearCoDevelopedByEnvVars function
21+
- Add test cases for filterDuplicateTrailers edge cases
22+
- Add comprehensive test suites for utility functions
23+
- Add error handling test cases for install command
24+
- Configure vitest coverage reporting with v8 provider
25+
826
## [0.2.8] - 2025-09-28
927

1028
### Added

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": "@ai-coding-workshop/commit-msg",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"type": "module",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)