Bump version to 1.1.0 - #34
Merged
Merged
Conversation
Two meaningful updates to existing skills since 1.0.0 (socratic-review subagent fan-out and the test-driven-development outside-in workflow) warrant a MINOR bump per CONTRIBUTING.md. Roll the NEWS [Unreleased] entries into a dated 1.1.0 release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
stevepolitodesign
added a commit
that referenced
this pull request
Jun 12, 2026
The version bump in #34 only touched plugin.json, leaving marketplace.json stale at 1.0.0 in both its metadata.version and plugins[].version fields. Sync it, and document the requirement in CONTRIBUTING.md so future bumps keep both manifests in step. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Bumps
.claude-plugin/plugin.jsonfrom1.0.0to1.1.0and rolls theNEWS.md[Unreleased]entries into a dated1.1.0release.Why MINOR
Per the semver rules in
CONTRIBUTING.md, a meaningful update to an existing skill is a MINOR bump. Two such updates have landed since1.0.0:socratic-review— Step 0 now fans out parallel subagents for large/unfamiliar targets (Fan out subagents for socratic-review's silent assessment #32)test-driven-development— strengthened outside-in workflow (Strengthen the test-driven-development skill's outside-in workflow #31)Release
Once this merges, the tag is cut with
bin/release(reads the version fromplugin.json, creates an annotatedv1.1.0tag, pushes it).🤖 Generated with Claude Code