Skip to content

Commit b7a62af

Browse files
sjnimsclaude
andcommitted
chore: prepare release v0.3.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent af27e58 commit b7a62af

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.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.3.1"
9+
"version": "0.3.2"
1010
},
1111
"plugins": [
1212
{
1313
"name": "plugin-dev",
1414
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
15-
"version": "0.3.1",
15+
"version": "0.3.2",
1616
"author": {
1717
"name": "Daisy Hollman",
1818
"url": "https://github.com/anthropics/claude-code/",

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.2] - 2026-01-24
11+
12+
### Documentation
13+
14+
- **Expand LSP integration skill** - Aligned with official Claude Code docs for comprehensive LSP server guidance
15+
- **Optimize agent-development skill** - Trimmed SKILL.md to target word count for faster loading
16+
- **Align tools/allowed-tools format** - Updated documentation to match official Claude Code docs terminology
17+
- **Update CI/CD workflow documentation** - Fixed workflow list in docs/ci-cd.md (added yaml-lint.yml, removed non-existent weekly-maintenance.yml)
18+
- **Apply prettier formatting** - Fixed formatting in 4 skill files
19+
1020
## [0.3.1] - 2026-01-24
1121

1222
### Fixed
@@ -219,7 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
219229
- Based on original plugin by Daisy Hollman at Anthropic
220230
- Expanded with enhanced skills, additional utilities, and CI/CD infrastructure
221231

222-
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.3.1...HEAD
232+
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.3.2...HEAD
233+
[0.3.2]: https://github.com/sjnims/plugin-dev/compare/v0.3.1...v0.3.2
223234
[0.3.1]: https://github.com/sjnims/plugin-dev/compare/v0.3.0...v0.3.1
224235
[0.3.0]: https://github.com/sjnims/plugin-dev/compare/v0.2.1...v0.3.0
225236
[0.2.1]: https://github.com/sjnims/plugin-dev/compare/v0.2.0...v0.2.1

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Guidance for Claude Code working in this repository.
66

77
Plugin marketplace containing the **plugin-dev** plugin - a toolkit for developing Claude Code plugins. Provides 9 skills, 3 agents, 3 slash commands.
88

9-
**Version**: v0.3.1 | [CHANGELOG.md](CHANGELOG.md)
9+
**Version**: v0.3.2 | [CHANGELOG.md](CHANGELOG.md)
1010

1111
## MCP Tool Requirements (CRITICAL)
1212

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.3.1",
3+
"version": "0.3.2",
44
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
55
"author": {
66
"name": "Daisy Hollman",

0 commit comments

Comments
 (0)