Bump mojo marketplace pin to v0.2.0 - #360
Merged
Merged
Conversation
mojo v0.2.0 published (github.com/agent-sh/mojo/releases/tag/v0.2.0). Update the immutable pin: ref v0.1.1 -> v0.2.0, commit -> 4d6f5fe. Surgical single-entry change (the pin script would re-pin all 25 plugins). marketplace-standalone-contract passes.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the marketplace entry for the mojo plugin so marketplace consumers receive the newly published v0.2.0 release, by advancing the pinned Git ref/commit and the advertised plugin version.
Changes:
- Bumped
mojomarketplace pin fromv0.1.1tov0.2.0. - Updated the pinned commit SHA for
mojoto thev0.2.0commit. - Updated the marketplace
versionfield formojoto0.2.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mojo
v0.2.0was published: https://github.com/agent-sh/mojo/releases/tag/v0.2.0Updates the immutable pin so marketplace users get the new version:
ref:v0.1.1->v0.2.0commit:95143ab->4d6f5fe71e03380f8532a0a8419903f4f548a587version:0.1.1->0.2.0What's in mojo v0.2.0
Scope
Single-entry edit.
scripts/pin-marketplace.jsresolves the same SHA (verified via--dry-run) but rewrites all 25 entries; kept this surgical to avoid re-pinning unrelated plugins. SHA matches the dry-run output.npx jest marketplace-standalone-contractpasses (4/4).