Skip to content

Fix marketplace.json version and add to version consistency test#56

Merged
CallumMcMahon merged 1 commit into
mainfrom
fix-marketplace-version
Jan 23, 2026
Merged

Fix marketplace.json version and add to version consistency test#56
CallumMcMahon merged 1 commit into
mainfrom
fix-marketplace-version

Conversation

@CallumMcMahon
Copy link
Copy Markdown
Member

Summary

  • Update marketplace.json version from 1.0.0 to 0.1.3 to match plugin.json
  • Add marketplace.json to version consistency test to ensure all version sources stay in sync

Context

The marketplace.json had a hardcoded version of 1.0.0 since it was created, while the actual plugin version progressed to 0.1.3. Since the marketplace source points to the local plugin (source: "./"), these versions should match.

The version consistency test now validates all four sources:

  • pyproject.toml (source of truth)
  • plugin.json
  • gemini-extension.json
  • marketplace.json

Test plan

  • pytest tests/test_version.py passes

🤖 Generated with Claude Code

… test

- Bump version from 0.1.4 to 0.1.5 in all version files
- Add marketplace.json to version consistency test to ensure all version
  sources stay in sync (pyproject.toml, plugin.json, gemini-extension.json,
  and marketplace.json)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@CallumMcMahon CallumMcMahon force-pushed the fix-marketplace-version branch from e364dfe to 6eea227 Compare January 23, 2026 02:43
@CallumMcMahon CallumMcMahon merged commit fb491b6 into main Jan 23, 2026
1 check passed
@CallumMcMahon CallumMcMahon deleted the fix-marketplace-version branch January 23, 2026 02:44
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.

1 participant