Skip to content

Commit 1af7555

Browse files
sjnimsclaude
andauthored
chore: prepare release v0.2.0 (#147)
## Summary - Version bump to v0.2.0 - Update version in plugin.json, marketplace.json, and CLAUDE.md - Add CHANGELOG entry for v0.2.0 release ## What's in v0.2.0 ### Added - **`/plugin-dev:start` command** - New primary entry point that guides users to choose between creating a plugin or marketplace (#145) ### Fixed - Enable router invocation of workflow commands (#145) - Replace `!` with `[BANG]` placeholder in skill documentation (#142) ### Documentation - Fix component counts and update documentation accuracy ## Checklist - [x] Version updated in plugin.json, marketplace.json, CLAUDE.md - [x] CHANGELOG.md updated with release notes - [x] Markdownlint passes - [x] Version consistency verified 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c719580 commit 1af7555

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Unofficial plugin-dev plugin marketplace for plugin-dev Claude Code plugin - the plugin itself was initially created by Daisy Hollman at Anthropic.",
9-
"version": "0.1.0"
9+
"version": "0.2.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "plugin-dev",
1414
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 8 expert skills covering hooks, MCP integration, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
15-
"version": "0.1.0",
15+
"version": "0.2.0",
1616
"author": {
1717
"name": "Daisy Hollman",
1818
"url": "https://github.com/anthropics/claude-code/",

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2025-12-12
11+
12+
### Added
13+
14+
- **`/plugin-dev:start` command** - New primary entry point that guides users to choose between creating a plugin or marketplace (#145)
15+
- Uses `disable-model-invocation: true` to route cleanly to specialized workflows
16+
- Recommends plugin creation for most users
17+
18+
### Fixed
19+
20+
- Enable router invocation of workflow commands - workflow commands can now be invoked by other commands (#145)
21+
- Replace `!` with `[BANG]` placeholder in skill documentation to prevent shell interpretation issues (#142)
22+
23+
### Documentation
24+
25+
- Fix component counts and update documentation accuracy across README, CONTRIBUTING, CLAUDE.md, and marketplace.json
26+
1027
## [0.1.0] - 2025-12-11
1128

1229
### Added
@@ -109,5 +126,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109126
- Based on original plugin by Daisy Hollman at Anthropic
110127
- Expanded with enhanced skills, additional utilities, and CI/CD infrastructure
111128

112-
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.1.0...HEAD
129+
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.2.0...HEAD
130+
[0.2.0]: https://github.com/sjnims/plugin-dev/compare/v0.1.0...v0.2.0
113131
[0.1.0]: https://github.com/sjnims/plugin-dev/releases/tag/v0.1.0

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository is a **plugin marketplace** containing the **plugin-dev** plugin
88

99
## Quick Reference
1010

11-
**Current Version**: v0.1.0 (see [CHANGELOG.md](CHANGELOG.md) for release history)
11+
**Current Version**: v0.2.0 (see [CHANGELOG.md](CHANGELOG.md) for release history)
1212

1313
## Repository Structure
1414

plugins/plugin-dev/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-dev",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 8 expert skills covering hooks, MCP integration, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
55
"author": {
66
"name": "Daisy Hollman",

0 commit comments

Comments
 (0)