From 04b83ebb26e8d298cf8153ad68da37fcffdcbe0f Mon Sep 17 00:00:00 2001 From: Ray Smets Date: Thu, 13 Aug 2026 08:05:15 -0700 Subject: [PATCH] chore: bump aws-dev-toolkit to 0.4.0 for deprecation 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. --- .claude-plugin/marketplace.json | 4 ++-- plugins/aws-dev-toolkit/.claude-plugin/plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9a9974a..47f7a1d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,14 +5,14 @@ }, "metadata": { "description": "A curated marketplace of Claude Code plugins for AWS development — skills, sub-agents, and MCP servers for building on AWS.", - "version": "0.3.0" + "version": "0.4.0" }, "plugins": [ { "name": "aws-dev-toolkit", "source": "./plugins/aws-dev-toolkit", "description": "[DEPRECATED] AWS Dev Toolkit is no longer maintained. Startup-specific guidance is available in AWS Startup Advisor; install aws-startup-advisor@claude-plugins-official. For general-purpose AWS guidance, use Agent Toolkit for AWS (aws configure agent-toolkit). This AWS Dev Toolkit plugin will stop receiving updates and will be removed from the marketplace. Existing installs continue to function during the transition; install AWS Startup Advisor to keep receiving startup guidance.", - "version": "0.3.0", + "version": "0.4.0", "author": { "name": "aws-samples" }, diff --git a/plugins/aws-dev-toolkit/.claude-plugin/plugin.json b/plugins/aws-dev-toolkit/.claude-plugin/plugin.json index bd7453c..fddca14 100644 --- a/plugins/aws-dev-toolkit/.claude-plugin/plugin.json +++ b/plugins/aws-dev-toolkit/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "aws-dev-toolkit", - "version": "0.3.0", + "version": "0.4.0", "description": "[DEPRECATED] AWS Dev Toolkit is no longer maintained. Startup-specific guidance is available in AWS Startup Advisor; install aws-startup-advisor@claude-plugins-official. For general-purpose AWS guidance, use Agent Toolkit for AWS (aws configure agent-toolkit). This AWS Dev Toolkit plugin will stop receiving updates and will be removed from the marketplace. Existing installs continue to function during the transition; install AWS Startup Advisor to keep receiving startup guidance.", "author": { "name": "aws-samples"