Skip to content

Commit ad60ac7

Browse files
committed
chore: bump version to 0.2.13 and update CHANGELOG
Document the duplicate trailer username matching change in CHANGELOG.md and promote package version from 0.2.11 to 0.2.13. Change-Id: I58d83f909543ca5fc0cf79ad79ce902df68212a1 Co-developed-by: Cursor <noreply@cursor.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
1 parent 2af9932 commit ad60ac7

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.13] - 2026-02-24
9+
10+
### Added
11+
12+
- Add Antigravity IDE support
13+
- Add `__CFBundleIdentifier` (com.google.antigravity) and `ANTIGRAVITY_AGENT` environment variable detection
14+
- Enable tracking contributions from Antigravity IDE
15+
- Add comprehensive test coverage for Antigravity environment variables
16+
17+
### Changed
18+
19+
- Match duplicate trailers by username instead of full user info when adding Co-developed-by
20+
- Previously compared full "Name <email>" string, causing Cursor <noreply@cursor.com> and Cursor <cursoragent@cursor.com> to be treated as different users
21+
- Now compare only the username part and ignore the email for deduplication
22+
- Both usernames must be non-empty; correctly deduplicate same-identity different-email trailers
23+
- Add extractUsernameFromTrailer function and test cases for Cursor scenario
24+
825
## [0.2.11] - 2026-02-13
926

1027
### Added

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

0 commit comments

Comments
 (0)