Skip to content

Commit d0fca65

Browse files
chore(main): release patchloom 0.3.0
1 parent 72d6b0e commit d0fca65

4 files changed

Lines changed: 17 additions & 4 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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.2.0...patchloom-v0.3.0) (2026-07-31)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* 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))
15+
316
## [0.2.0](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.1.0...patchloom-v0.2.0) (2026-07-24)
417

518

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: 1 addition & 1 deletion
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.2.0",
5+
"version": "0.3.0",
66
"publisher": "patchloom",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)