Skip to content

fix: bump minimum supported CLI version to 0.3.0#167

Merged
SebTardif merged 1 commit into
mainfrom
fix/bump-minimum-cli-to-0.3.0
Jun 24, 2026
Merged

fix: bump minimum supported CLI version to 0.3.0#167
SebTardif merged 1 commit into
mainfrom
fix/bump-minimum-cli-to-0.3.0

Conversation

@SebTardif

Copy link
Copy Markdown
Contributor

The extension uses append (added in v0.3.0) and patch merge (added in v0.2.0), so 0.1.0 was never a correct minimum. Users on 0.1.x or 0.2.x would see CLI errors for the Append to File and Merge Patch quick actions.

Changes

  • MINIMUM_SUPPORTED_PATCHLOOM_VERSION: 0.1.0 -> 0.3.0
  • README requirements and troubleshooting updated
  • Tests updated to use versions consistent with the new minimum

The extension uses `append` (added in v0.3.0) and `patch merge`
(added in v0.2.0), so 0.1.0 was never a correct minimum. Users on
0.1.x or 0.2.x would see CLI errors for Append and Merge Patch
quick actions.

Update MINIMUM_SUPPORTED_PATCHLOOM_VERSION and all references.

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
@SebTardif SebTardif enabled auto-merge (squash) June 24, 2026 21:33

assert.match(details, /Detected CLI version: 0\.0\.9/);
assert.match(details, /Required CLI version: >= 0\.1\.0/);
assert.match(details, new RegExp(`Required CLI version: >= ${MINIMUM_SUPPORTED_PATCHLOOM_VERSION.replace(/\./g, "\\.")}`));
@SebTardif SebTardif merged commit acce0e4 into main Jun 24, 2026
21 of 22 checks passed
@SebTardif SebTardif deleted the fix/bump-minimum-cli-to-0.3.0 branch June 24, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants