Skip to content

chore: bump aws-dev-toolkit to 0.4.0 for deprecation - #11

Merged
rsmets merged 1 commit into
mainfrom
chore/bump-version-deprecated
Aug 13, 2026
Merged

chore: bump aws-dev-toolkit to 0.4.0 for deprecation#11
rsmets merged 1 commit into
mainfrom
chore/bump-version-deprecated

Conversation

@rsmets

@rsmets rsmets commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #10, which landed the deprecation content but left the version at 0.3.0.

Why

Two separate problems surfaced after #10 merged:

  1. No version change. The deprecation description and README changed, but version stayed 0.3.0 in both plugin.json and marketplace.json. Any client comparing versions sees no change, and the last tagged release (v0.3.0) predates the deprecation entirely.
  2. The public listing still shows the old description. https://claude.com/plugins/aws-dev-toolkit renders the description from Anthropic's marketplace.json, not ours. The nightly sweep in anthropics/claude-plugins-official did advance the pinned sha (abdf867305a3889e, their PR #5238, merged), so installed users do get the deprecated README on /plugin update. But the storefront description is their metadata and needs a separate change on their side. This PR does not fix that; it is tracked in the runbook in chore: remove aws-dev-toolkit plugin awslabs/startups#212.

What changed

  • plugins/aws-dev-toolkit/.claude-plugin/plugin.json: 0.3.00.4.0
  • .claude-plugin/marketplace.json: both the marketplace metadata.version and the plugin entry version, 0.3.00.4.0

Minor rather than patch because deprecation is a behavioral change in what the plugin promises, not a bugfix.

Follow-up after merge

Tag a v0.4.0 release, consistent with the existing v0.1.0 through v0.3.0 tags.

The deprecation content merged in #10 did not bump the version, so clients
comparing versions see no change. Bumps plugin.json and both marketplace.json
version fields from 0.3.0 to 0.4.0 so the deprecated release is
distinguishable, and tags a v0.4.0 release consistent with v0.1.0 to v0.3.0.
@rsmets
rsmets requested a review from igkins August 13, 2026 15:05
@rsmets
rsmets merged commit 3360d43 into main Aug 13, 2026
@rsmets
rsmets deleted the chore/bump-version-deprecated branch August 13, 2026 15:07
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