Skip to content

Commit d8066a4

Browse files
committed
chore: bump version to 0.2.7
- Update CHANGELOG.md with changes since v0.2.6 - Add direct execution mode for commit-msg hook - Use minimatch for env var glob matching - Fix cursor/qoder detection in SSH/DevContainer - Set --verbose as default for check-update command 🤖 Generated with [Claude Code](https://claude.ai/code) Change-Id: I432643acb9814372ae3eec2e7df7041f25547a75 Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
1 parent 7d83506 commit d8066a4

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.7] - 2025-09-26
9+
10+
### Added
11+
12+
- Add direct execution mode for commit-msg hook
13+
- Allow direct execution of commit-msg logic without installing as a Git hook
14+
- Improve flexibility for different usage scenarios
15+
16+
### Changed
17+
18+
- Use minimatch for env var glob matching
19+
- Replace custom glob matching implementation with minimatch library
20+
- Improve reliability and consistency of environment variable matching
21+
22+
### Fixed
23+
24+
- Improve cursor/qoder detection in SSH/DevContainer
25+
- Fix issue with cursor/qoder detection when running in SSH or DevContainer environments
26+
- Enhance compatibility with different development environments
27+
28+
- Set --verbose as default for check-update command
29+
- Make check-update command verbose by default for better user feedback
30+
- Improve visibility of update checking process
31+
832
## [0.2.6] - 2025-09-24
933

1034
### 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.6",
3+
"version": "0.2.7",
44
"type": "module",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)