Skip to content

Commit c26d5ae

Browse files
sjnimsclaude
andauthored
chore: prepare release v0.3.3 (#202)
Version bump to v0.3.3 ## Changes ### Added - **New skill: plugin-dev-guide** - Meta-skill providing overview of plugin development and routing to specialized skills (#196) - **New reference: commands-vs-skills.md** - Explains when to use commands vs skills and migration path ### Changed - **Update documentation for commands/skills merge** - Clarified that commands and skills use the same Skill tool mechanism but differ in complexity (fixes #198) ### Documentation - **Add plugin-dev-guide to Available Commands table** - Updated README with new command (#200) ### Maintenance - **Update plugin author metadata** - Synced author info to match marketplace owner ## Checklist - [x] Version updated in plugin.json, marketplace.json, CLAUDE.md - [x] CHANGELOG.md updated with release notes - [x] Markdownlint passes - [x] Version comparison links updated in CHANGELOG 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4ac34c2 commit c26d5ae

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.3] - 2026-01-27
11+
12+
### Added
13+
14+
- **New skill: plugin-dev-guide** - Meta-skill providing overview of plugin development and routing to specialized skills (#196)
15+
- **New reference: commands-vs-skills.md** - Explains when to use commands vs skills and migration path
16+
1017
### Changed
1118

1219
- **Update documentation for commands/skills merge** - Clarified that commands and skills use the same Skill tool mechanism but differ in complexity (fixes #198)
1320

14-
### Added
21+
### Documentation
1522

16-
- **New reference: commands-vs-skills.md** - Explains when to use commands vs skills and migration path
23+
- **Add plugin-dev-guide to Available Commands table** - Updated README with new command (#200)
24+
25+
### Maintenance
26+
27+
- **Update plugin author metadata** - Synced author info to match marketplace owner
1728

1829
## [0.3.2] - 2026-01-24
1930

@@ -240,7 +251,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
240251
- Based on original plugin by Daisy Hollman at Anthropic
241252
- Expanded with enhanced skills, additional utilities, and CI/CD infrastructure
242253

243-
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.3.2...HEAD
254+
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.3.3...HEAD
255+
[0.3.3]: https://github.com/sjnims/plugin-dev/compare/v0.3.2...v0.3.3
244256
[0.3.2]: https://github.com/sjnims/plugin-dev/compare/v0.3.1...v0.3.2
245257
[0.3.1]: https://github.com/sjnims/plugin-dev/compare/v0.3.0...v0.3.1
246258
[0.3.0]: https://github.com/sjnims/plugin-dev/compare/v0.2.1...v0.3.0

0 commit comments

Comments
 (0)