Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.2"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.0.2](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.1...patchloom-v0.0.2) (2026-06-06)


### 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

* 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))
* 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))
* 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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading