chore(codebase-documentor-for-aws): bump version to 1.0.0#151
Merged
XinyuQu merged 1 commit intoApr 30, 2026
Merged
Conversation
Aligns plugin version with repo convention where initial stable releases are versioned 1.0.0 (cf. amazon-location-service, aws-amplify, aws-serverless, databases-on-aws). The plugin was merged in #138 at 0.1.0, which semver-wise signals a pre-stable release. The functionality is production-ready and in line with other 1.0.0 plugins in the marketplace, so this promotes the version to match.
krokoko
approved these changes
Apr 30, 2026
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.
Summary
codebase-documentor-for-awsplugin version from0.1.0to1.0.0in both.claude-plugin/plugin.jsonand.codex-plugin/plugin.json.1.0.0.Why
The plugin was merged in #138 at
0.1.0, which in semver signals a pre-stable / breaking-changes-expected release. Every other first-release plugin in this marketplace ships at1.0.0:amazon-location-serviceaws-amplifyaws-serverlessdatabases-on-awssagemaker-aideploy-on-awscodebase-documentor-for-awsThe plugin is functionally complete and ready for general use, so promoting to
1.0.0reflects actual maturity and keeps the marketplace consistent.Test plan
mise run lint:manifests— all manifests validmise run lint:cross-refs— no errorsmise run fmt:check— passesmise run build— full build passes (exit 0)By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.