From cac129726f70f9e03bbe6cec5c7d0319275ca72a Mon Sep 17 00:00:00 2001 From: "patchloom-release[bot]" <291219740+patchloom-release[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 12:59:08 +0000 Subject: [PATCH] chore(main): release patchloom 0.0.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 493bd4e..07509b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.8" + ".": "0.0.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7266a1f..e06fc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.9](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.8...patchloom-v0.0.9) (2026-07-08) + + +### Features + +* optional CLI 0.10 product gaps (prepend, contain, agent-rules) ([#189](https://github.com/patchloom/patchloom-vscode/issues/189)) ([f268e1f](https://github.com/patchloom/patchloom-vscode/commit/f268e1f887b9ae0bea033aad8f58c339b304a471)) + + +### Bug Fixes + +* align create Quick Action and docs with patchloom 0.10 ([#188](https://github.com/patchloom/patchloom-vscode/issues/188)) ([8eb26ca](https://github.com/patchloom/patchloom-vscode/commit/8eb26ca44c68c0f81fc1e3bda4f7224939b73c6f)) +* align MCP doc_set e2e test with selector param ([#185](https://github.com/patchloom/patchloom-vscode/issues/185)) ([217e3ab](https://github.com/patchloom/patchloom-vscode/commit/217e3abf52fe17dc4fe3166c265a12206191d477)) + ## [0.0.8](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.7...patchloom-v0.0.8) (2026-06-30) diff --git a/package-lock.json b/package-lock.json index bb7c536..530ea93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index 760d4d7..bf60c17 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.8", + "version": "0.0.9", "publisher": "patchloom", "license": "MIT", "repository": {