Skip to content

Commit bbd9b01

Browse files
chore(main): release patchloom 0.0.6
1 parent acce0e4 commit bbd9b01

4 files changed

Lines changed: 12 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.0.5"
2+
".": "0.0.6"
33
}

CHANGELOG.md

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

3+
## [0.0.6](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.5...patchloom-v0.0.6) (2026-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* address issues [#153](https://github.com/patchloom/patchloom-vscode/issues/153)-[#156](https://github.com/patchloom/patchloom-vscode/issues/156) (App wf fallback, e2e hardening, ruleset strict=false, test additions) ([#157](https://github.com/patchloom/patchloom-vscode/issues/157)) ([d2dfe21](https://github.com/patchloom/patchloom-vscode/commit/d2dfe21f040f0b78c71fb2f0eb930a025625f93a))
9+
* bump minimum supported CLI version to 0.3.0 ([#167](https://github.com/patchloom/patchloom-vscode/issues/167)) ([acce0e4](https://github.com/patchloom/patchloom-vscode/commit/acce0e41587bf1b1181a46495657fd6cf80961cf))
10+
311
## [0.0.5](https://github.com/patchloom/patchloom-vscode/compare/patchloom-v0.0.4...patchloom-v0.0.5) (2026-06-22)
412

513

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.0.5",
5+
"version": "0.0.6",
66
"publisher": "patchloom",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)