Skip to content

Commit 95ef337

Browse files
chore(main): release patchloom 0.0.2
1 parent ea7fcfc commit 95ef337

4 files changed

Lines changed: 33 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.1...patchloom-v0.0.2) (2026-06-07)
4+
5+
6+
### Features
7+
8+
* add dynamic code coverage badge ([#87](https://github.com/patchloom/patchloom-vscode/issues/87)) ([73c7231](https://github.com/patchloom/patchloom-vscode/commit/73c72311f655611408846d4f8a031280b5fa3c95))
9+
* 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))
10+
* managed install fix + 10 competitive gap improvements ([#113](https://github.com/patchloom/patchloom-vscode/issues/113)) ([ea7fcfc](https://github.com/patchloom/patchloom-vscode/commit/ea7fcfc2425fb52f79bff2a9f256f466e0f281a3))
11+
* 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))
12+
* 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)
13+
14+
15+
### Bug Fixes
16+
17+
* 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)
18+
* 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))
19+
* replace retired shields.io Marketplace badges ([#82](https://github.com/patchloom/patchloom-vscode/issues/82)) ([00257de](https://github.com/patchloom/patchloom-vscode/commit/00257de684a68aeb814f8035a8173040a2c5781b))
20+
* 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))
21+
* skip auto-merge for release PRs ([#90](https://github.com/patchloom/patchloom-vscode/issues/90)) ([6613770](https://github.com/patchloom/patchloom-vscode/commit/6613770bdda40007712eb81c951c96ae61759764))
22+
* 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))
23+
* 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)
24+
* 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))
25+
* 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))
26+
327
## [0.0.1](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.0...patchloom-v0.0.1) (2026-06-05)
428

529

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "patchloom",
33
"displayName": "Patchloom",
44
"description": "VS Code extension for Patchloom. Installs, configures, and integrates the Patchloom CLI for editor-first workflows.",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "patchloom",
77
"license": "MIT",
88
"repository": {
@@ -217,7 +217,11 @@
217217
"patchloom.trace.server": {
218218
"type": "string",
219219
"default": "off",
220-
"enum": ["off", "messages", "verbose"],
220+
"enum": [
221+
"off",
222+
"messages",
223+
"verbose"
224+
],
221225
"markdownDescription": "Trace level for Patchloom CLI output. `messages` logs command invocations and results. `verbose` includes full stdout/stderr."
222226
},
223227
"patchloom.env": {

0 commit comments

Comments
 (0)