diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 26dd1e1..918ad9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.0.2](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.1...patchloom-v0.0.2) (2026-06-07) + + +### Features + +* add dynamic code coverage badge ([#87](https://github.com/patchloom/patchloom-vscode/issues/87)) ([73c7231](https://github.com/patchloom/patchloom-vscode/commit/73c72311f655611408846d4f8a031280b5fa3c95)) +* cache VS Code Marketplace version badge via Gist ([#88](https://github.com/patchloom/patchloom-vscode/issues/88)) ([e24a3cc](https://github.com/patchloom/patchloom-vscode/commit/e24a3ccfeff67fee5dff3d31625a20cafb747a99)) +* MCP-aware status bar, per-editor breakdown, verify command ([#94](https://github.com/patchloom/patchloom-vscode/issues/94)) ([21fb8e8](https://github.com/patchloom/patchloom-vscode/commit/21fb8e85fcb0e292e24fbba23946a5f72858d845)) +* use GitHub App token for release-please identity separation ([#89](https://github.com/patchloom/patchloom-vscode/issues/89)) ([dfb58f1](https://github.com/patchloom/patchloom-vscode/commit/dfb58f12c933d96e6c567baad9b592867e01be90)), closes [#77](https://github.com/patchloom/patchloom-vscode/issues/77) + + +### Bug Fixes + +* align release tag format and batch template with patchloom CLI ([#98](https://github.com/patchloom/patchloom-vscode/issues/98)) ([623f60f](https://github.com/patchloom/patchloom-vscode/commit/623f60f402ce54662b597bf21fba87ca876bcdf8)), closes [#97](https://github.com/patchloom/patchloom-vscode/issues/97) +* migrate app-id to client-id in workflow app tokens ([#92](https://github.com/patchloom/patchloom-vscode/issues/92)) ([68b9fc8](https://github.com/patchloom/patchloom-vscode/commit/68b9fc85ef737b389ddbde5db8bcdb67762be876)) +* replace retired shields.io Marketplace badges ([#82](https://github.com/patchloom/patchloom-vscode/issues/82)) ([00257de](https://github.com/patchloom/patchloom-vscode/commit/00257de684a68aeb814f8035a8173040a2c5781b)) +* resolve CodeQL and AI code quality findings ([#100](https://github.com/patchloom/patchloom-vscode/issues/100)) ([6cf1a64](https://github.com/patchloom/patchloom-vscode/commit/6cf1a643a60f9ad5582c5bdcad37fe4ffe4dd83e)) +* skip auto-merge for release PRs ([#90](https://github.com/patchloom/patchloom-vscode/issues/90)) ([6613770](https://github.com/patchloom/patchloom-vscode/commit/6613770bdda40007712eb81c951c96ae61759764)) +* trim README badges to 7 dynamic essentials ([#83](https://github.com/patchloom/patchloom-vscode/issues/83)) ([8e20298](https://github.com/patchloom/patchloom-vscode/commit/8e20298d410ea28b1ac550336c9d9569967b0eed)) +* update MCP test to use newline-delimited JSON-RPC ([#102](https://github.com/patchloom/patchloom-vscode/issues/102)) ([eda9e6b](https://github.com/patchloom/patchloom-vscode/commit/eda9e6ba591b03df848d4abf5f3ff0215e89cae8)), closes [#101](https://github.com/patchloom/patchloom-vscode/issues/101) +* update release URL tag format and README for patchloom v0.1.4 ([#99](https://github.com/patchloom/patchloom-vscode/issues/99)) ([f69d011](https://github.com/patchloom/patchloom-vscode/commit/f69d011fae71493eb4cf9f4979c8aa4156ac3976)) +* use App token for auto-merge to unblock post-merge events ([#91](https://github.com/patchloom/patchloom-vscode/issues/91)) ([4ed6802](https://github.com/patchloom/patchloom-vscode/commit/4ed6802fc70c08e734fb58cc5c62af652ae96554)) + ## [0.0.1](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.0...patchloom-v0.0.1) (2026-06-05) diff --git a/package-lock.json b/package-lock.json index 5418112..1952507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index 97bc8ef..309f599 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "patchloom", "displayName": "Patchloom", "description": "VS Code extension for Patchloom. Installs, configures, and integrates the Patchloom CLI for editor-first workflows.", - "version": "0.0.1", + "version": "0.0.2", "publisher": "patchloom", "license": "MIT", "repository": {