From 79fb906d277a96413c7f9abd9a1e626e56479d28 Mon Sep 17 00:00:00 2001 From: "patchloom-release[bot]" <291219740+patchloom-release[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:31:22 +0000 Subject: [PATCH] chore(main): release patchloom 0.0.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07194f6..493bd4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.7" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d669cd..7266a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.8](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.7...patchloom-v0.0.8) (2026-06-30) + + +### Features + +* add Linux musl managed install targets ([#179](https://github.com/patchloom/patchloom-vscode/issues/179)) ([4d46a70](https://github.com/patchloom/patchloom-vscode/commit/4d46a70f47c6e6fc5e361df986238706fa416e5a)) +* align extension with patchloom CLI v0.7.0 ([#177](https://github.com/patchloom/patchloom-vscode/issues/177)) ([da702f8](https://github.com/patchloom/patchloom-vscode/commit/da702f8c06cba7f6ff4fceb3cf9086162c05d6e1)) + ## [0.0.7](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.6...patchloom-v0.0.7) (2026-06-26) diff --git a/package-lock.json b/package-lock.json index 215f092..d7505bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchloom", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchloom", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/package.json b/package.json index 472a121..7482b66 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.7", + "version": "0.0.8", "publisher": "patchloom", "license": "MIT", "repository": {