Skip to content

Commit c9c6ee5

Browse files
nullvariantclaude
andauthored
chore(release): bump version to 0.12.2 (#159)
Fix SonarCloud Quality Gate duplication detection configuration. Added .sonarcloud.properties for automatic analysis. 🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Model-Raw: claude-opus-4-5-20251101 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5f48e87 commit c9c6ee5

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

extensions/git-id-switcher/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.2] - 2026-01-14
11+
12+
### Fixed
13+
14+
- **SonarCloud Quality Gate**: Fixed duplication detection configuration
15+
- Added `.sonarcloud.properties` for automatic analysis (GitHub App)
16+
- `sonar-project.properties` is ignored by automatic analysis
17+
- Excluded test directory from duplication detection
18+
- Test code intentionally has duplication for readability and isolation
19+
1020
## [0.12.1] - 2026-01-14
1121

1222
### Internal

extensions/git-id-switcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-id-switcher",
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
5-
"version": "0.12.1",
5+
"version": "0.12.2",
66
"publisher": "nullvariant",
77
"icon": "images/icon.png",
88
"engines": {

0 commit comments

Comments
 (0)