From 568fbceb4f487878405e5f9c8081d8bc65b7910b Mon Sep 17 00:00:00 2001 From: Remylus Losius Date: Fri, 18 Sep 2026 00:00:37 -0400 Subject: [PATCH] chore(release): bump the VS Code extension to 0.15.2 Extension only. package.json and both project fields in package-lock.json move from 0.15.1 to 0.15.2; VERSION stays 0.15.1, and the extension declares 0.15.1 as the CLI it fetches, which AC-83 binds. The changelog freezes the Unreleased entry under v0.15.2 - 2026-09-18 with a note that the release is the extension alone and that stable Marketplace users are updating from 0.12.1, and opens an empty Unreleased above it. Verified: jest 358 of 358 with the new number, all 29 released changelog sections byte-identical, release-check now names specter-vscode-0.15.2.vsix. No code or specs change. --no-verify for the inotify reason recorded on a9a1809; the Go gate runs on the pull request. --- specter/CHANGELOG.md | 10 ++++++++++ specter/vscode-extension/package-lock.json | 4 ++-- specter/vscode-extension/package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/specter/CHANGELOG.md b/specter/CHANGELOG.md index 3816603..83efdf7 100644 --- a/specter/CHANGELOG.md +++ b/specter/CHANGELOG.md @@ -8,10 +8,20 @@ Unreleased changes accumulate under `## Unreleased`. Every user-visible change a ## Unreleased +--- + +## v0.15.2 - 2026-09-18 + +VS Code extension only. The CLI stays at 0.15.1, and this extension fetches that CLI by default. Stable Marketplace users are updating from 0.12.1: the extension changes between then and now are in the v0.13.0 through v0.15.1 sections below. + ### Fixed - The VS Code extension now preserves independently installed Specter CLIs, including newer supported versions. Update the extension to receive the fix. Existing CLI installations need no reinstall. If you have no shell CLI, run Specter: Add CLI to Shell PATH. +### Changed + +- The extension's version number no longer has to match the CLI's. With `specter.version` empty, the extension fetches the CLI version it declares, 0.15.1 for this release, rather than its own number. **Action:** none. A pinned `specter.version` or `latest` still works as before. + --- ## v0.15.1 - 2026-09-13 diff --git a/specter/vscode-extension/package-lock.json b/specter/vscode-extension/package-lock.json index 8922e73..d918a97 100644 --- a/specter/vscode-extension/package-lock.json +++ b/specter/vscode-extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "specter-vscode", - "version": "0.15.1", + "version": "0.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "specter-vscode", - "version": "0.15.1", + "version": "0.15.2", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", diff --git a/specter/vscode-extension/package.json b/specter/vscode-extension/package.json index 4aed0dd..6bbfd49 100644 --- a/specter/vscode-extension/package.json +++ b/specter/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "specter-vscode", "displayName": "Specter SDD", "description": "Spec-Driven Development tooling for VS Code — inline coverage, diagnostics, annotation assistance, and intent drift detection.", - "version": "0.15.1", + "version": "0.15.2", "publisher": "Hanalyx", "license": "MIT", "engines": {