Skip to content

Commit 9c04106

Browse files
committed
chore(release): 0.0.15
1 parent 75294db commit 9c04106

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88

99
- Initial release
1010

11+
## [0.0.15] - 2025-11-20
12+
13+
**Purpose:** Patch release to establish an immutable post–force-tag artifact after moving `v0.0.14` to commit `75294db`. Ensures CI publish runs against a stable tag without retroactive modification.
14+
15+
**Changed:** Version bump only (`package.json` 0.0.15). No functional code changes compared to commit `75294db` previously referenced by updated `v0.0.14`.
16+
17+
**Clarification:** `v0.0.14` tag was force-updated; consumers may have pulled the earlier commit. Use `v0.0.15` for guaranteed alignment with current codebase.
18+
19+
**Internal:** Release notes annotate rationale; no source diffs beyond version field.
20+
1121
## [0.0.14] - 2025-11-19
1222

1323
**Changed:** Enforced strict `workspaceFolder` semantics (must be absolute path to an open folder; removed all extension root / parent heuristics). StartDebuggerTool is now a thin wrapper delegating all validation to `startDebuggingAndWaitForStop`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "dkattan",
33
"name": "copilot-breakpoint-debugger",
44
"displayName": "Copilot Breakpoint Debugger",
5-
"version": "0.0.14",
5+
"version": "0.0.15",
66
"description": "Use GitHub Copilot to automate starting, inspecting and resuming VS Code debug sessions with conditional breakpoints, exact numeric hit counts (hitCount), logpoints, and capture actions that interpolate variables inside log messages.",
77
"preview": true,
88
"license": "MIT",

0 commit comments

Comments
 (0)