From ddbb57fb288a96d5cd7c2efc22e93a7ab9ebd098 Mon Sep 17 00:00:00 2001 From: Remylus Losius Date: Sat, 13 Jun 2026 23:55:10 -0400 Subject: [PATCH] chore(release): bump to v0.14.1 for stable Marketplace promotion v0.14.0 shipped to the Marketplace pre-release channel only. The channel forbids republishing an existing version without its pre-release flag, so promoting the 0.13+0.14 work to stable requires a fresh version number. v0.14.1 is functionally identical to the 0.14.0 pre-release; the VSIX differs only in the version string. The tag also re-anchors traceability past #147 (jest-junit VSIX exclusion), which landed after the v0.14.0 tag. Co-Authored-By: Claude Opus 4.8 (1M context) --- specter/CHANGELOG.md | 14 ++++++++++++++ specter/VERSION | 2 +- specter/vscode-extension/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/specter/CHANGELOG.md b/specter/CHANGELOG.md index aa72be1..3e477cc 100644 --- a/specter/CHANGELOG.md +++ b/specter/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to Specter (CLI + VS Code extension) documented here. The pr --- +## v0.14.1 — 2026-06-13 + +**Theme: stable-channel promotion — no functional change from v0.14.0.** + +The 0.13.0 → 0.14.0 line shipped to the VS Code Marketplace pre-release channel only; the last stable release users on the default channel received was v0.12.1. This patch carries no code change from v0.14.0 — it exists solely to obtain a fresh version number, because the Marketplace forbids republishing an already-published version (0.14.0) without its pre-release flag. v0.14.1 is the first **stable** release carrying the full 0.13 + 0.14 body of work (strict-coverage routing, resolver all-cycles, sync test-file cap, VS Code per-folder coverage). The packaged VSIX is byte-for-byte equivalent to the published 0.14.0 pre-release apart from the version string. + +This also re-anchors release traceability: the `v0.14.0` tag was cut before #147 (`fix(vscode): exclude jest-junit output from the VSIX`); the `v0.14.1` tag points at the current `main` HEAD, which includes that fix. + +### Changed + +- Version bump only (`VERSION`, `vscode-extension/package.json`). No CLI, schema, or extension behavior change. See v0.14.0 below for the substantive release notes. + +--- + ## v0.14.0 — 2026-06-11 **Theme: strictness enforcement parity — a correctness bundle from the 2026-06-11 six-finding review.** diff --git a/specter/VERSION b/specter/VERSION index a803cc2..930e300 100644 --- a/specter/VERSION +++ b/specter/VERSION @@ -1 +1 @@ -0.14.0 +0.14.1 diff --git a/specter/vscode-extension/package.json b/specter/vscode-extension/package.json index 1dbe2d3..6b17e34 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.14.0", + "version": "0.14.1", "publisher": "Hanalyx", "license": "MIT", "engines": {