chore: bump aws-dev-toolkit to 0.4.0 for deprecation - #11
Merged
Conversation
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.
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.
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:
versionstayed0.3.0in bothplugin.jsonandmarketplace.json. Any client comparing versions sees no change, and the last tagged release (v0.3.0) predates the deprecation entirely.descriptionfrom Anthropic'smarketplace.json, not ours. The nightly sweep inanthropics/claude-plugins-officialdid advance the pinned sha (abdf8673→05a3889e, 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.0→0.4.0.claude-plugin/marketplace.json: both the marketplacemetadata.versionand the plugin entryversion,0.3.0→0.4.0Minor 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.0release, consistent with the existingv0.1.0throughv0.3.0tags.