Skip to content

chore: sync plugin/marketplace version to 0.12.0 + document the step#22

Merged
Shahinyanm merged 1 commit into
mainfrom
chore/sync-plugin-version
Jun 11, 2026
Merged

chore: sync plugin/marketplace version to 0.12.0 + document the step#22
Shahinyanm merged 1 commit into
mainfrom
chore/sync-plugin-version

Conversation

@Shahinyanm

Copy link
Copy Markdown
Member

The plugin wrapper version is NOT inherited from Cargo.toml, so it drifted (plugin.json 0.10.3, marketplace.json 0.7.0 vs workspace 0.12.0) — /plugin update reported a stale 'latest'. Bump all three to 0.12.0 and add a RELEASING step to keep them in sync, plus a reminder that a version bump without a vX.Y.Z tag does NOT publish.

Summary

Type of change

  • Bug fix (non-breaking)
  • Feature (non-breaking)
  • Breaking change (CLI flag, MCP tool shape, on-disk format)
  • Refactor / chore / docs / CI only

Test plan

  • Failing test added before the fix (bug) or describing the new
    behavior (feature)
  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test --workspace --all-targets
  • cargo doc --workspace --no-deps with RUSTDOCFLAGS=-D warnings

CHANGELOG

  • Added an entry under ## [Unreleased] (Added / Changed / Removed
    / Fixed / BREAKING) — or this PR doesn't affect users.

Related issues

The plugin wrapper version is NOT inherited from Cargo.toml, so it drifted
(plugin.json 0.10.3, marketplace.json 0.7.0 vs workspace 0.12.0) — /plugin
update reported a stale 'latest'. Bump all three to 0.12.0 and add a RELEASING
step to keep them in sync, plus a reminder that a version bump without a vX.Y.Z
tag does NOT publish.
@Shahinyanm Shahinyanm merged commit d4f9470 into main Jun 11, 2026
6 of 7 checks passed
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