From a696f007bbfdb21054f31dee35d0e3f98208eee8 Mon Sep 17 00:00:00 2001 From: "patchloom-release[bot]" <291219740+patchloom-release[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:36:32 +0000 Subject: [PATCH] chore(main): release patchloom 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 800020a..92f83fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.2.0...patchloom-v0.3.0) (2026-07-31) + + +### Features + +* agent-rules surface and MCP core pack options ([#219](https://github.com/patchloom/patchloom-vscode/issues/219)) ([e13444a](https://github.com/patchloom/patchloom-vscode/commit/e13444ad86e0c9d870edbba55c3a27d0649270ef)) +* align extension with patchloom CLI 0.24.0 ([#218](https://github.com/patchloom/patchloom-vscode/issues/218)) ([72d6b0e](https://github.com/patchloom/patchloom-vscode/commit/72d6b0eb5e8a7da9aafcf4d389b39020661f82d0)) + + +### Bug Fixes + +* MPI cycle — CLI 0.19 docs, brace-expansion audit, AGENTS refresh ([#217](https://github.com/patchloom/patchloom-vscode/issues/217)) ([e4b84bd](https://github.com/patchloom/patchloom-vscode/commit/e4b84bd6bef39be415b35cae8d849eb21c82a847)) +* stop claiming non-release after ALLOW_RELEASE_MERGE bypass ([#213](https://github.com/patchloom/patchloom-vscode/issues/213)) ([bd17b59](https://github.com/patchloom/patchloom-vscode/commit/bd17b59db81dbe1c80e5955ef9b1140f3e70f8a5)) + ## [0.2.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.1.0...patchloom-v0.2.0) (2026-07-24) diff --git a/package-lock.json b/package-lock.json index 821fc1f..9cf7492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index a2f4c90..95e5db4 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.2.0", + "version": "0.3.0", "publisher": "patchloom", "license": "MIT", "repository": {