Skip to content

Commit a6f1b89

Browse files
sjnimsclaude
andauthored
chore: prepare release v0.3.0 (#193)
## Summary Version bump to v0.3.0 with changelog updates. ## What's Changed in v0.3.0 ### Changed - Sync documentation with official Claude Code docs (#192) - Replace deprecated TodoWrite with Task tools (#190) - Update documentation for Skill tool consolidation (#186) - Optimize CLAUDE.md with progressive disclosure ### Fixed - Use dynamic GitHub release badge ### Security - Remove untrusted checkout in ci-failure-analysis workflow ### CI/CD - Improve workflow consistency and add YAML linting - Eliminate workflow dependencies and optimize CI - Various workflow and template improvements ### Dependencies - Bump anthropics/claude-code-action to v1.0.34 - Bump actions/checkout to v6.0.2 - Bump actions/cache to v5.0.2 - Bump yamllint to 1.38.0 ## 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.ai/code) --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 52fbbfe commit a6f1b89

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

.lycheeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Links that return 403 for automated checks but work in browsers
22
https://claude.ai
33
https://claude.ai/code
4+
5+
# Changelog comparison links (tags may not exist yet during release PRs)
6+
https://github.com/sjnims/plugin-dev/compare/.*

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0] - 2026-01-24
11+
12+
### Changed
13+
14+
- **Sync documentation with official Claude Code docs** - Updated all skill documentation to align with latest Claude Code features and terminology (#192)
15+
- **Replace deprecated TodoWrite with Task tools** - Updated documentation to use current TaskCreate, TaskUpdate, TaskGet, TaskList tools (#190)
16+
- **Update documentation for Skill tool consolidation** - Reflect Claude Code's unified Skill tool approach (#186)
17+
- **Optimize CLAUDE.md with progressive disclosure** - Restructured for faster onboarding
18+
19+
### Fixed
20+
21+
- **Use dynamic GitHub release badge** - Badge now updates automatically from GitHub releases (#054a89b)
22+
23+
### Security
24+
25+
- **Remove untrusted checkout in ci-failure-analysis** - Hardened workflow against potential code injection (#0d5a428)
26+
27+
### CI/CD
28+
29+
- **Improve workflow consistency and add YAML linting** - Enhanced CI reliability with yamllint integration
30+
- **Improve links and markdownlint workflows** - Better error reporting and performance
31+
- **Improve greet workflow** - Enhanced new contributor welcome experience
32+
- **Improve CI workflows with Node.js setup** - Consistent tooling across workflows
33+
- **Eliminate workflow dependencies and optimize CI** - Faster parallel execution
34+
- **Clean up validate-workflows configuration** - Simplified workflow validation
35+
- **Remove dependabot auto-merge workflow** - Simplified dependency management
36+
- **Improve label system and dependabot config** - Better issue/PR organization
37+
- **Improve GitHub templates** - Enhanced issue and PR template UX
38+
39+
### Dependencies
40+
41+
- Bump anthropics/claude-code-action to v1.0.34
42+
- Bump actions/checkout to v6.0.2 (#183)
43+
- Bump actions/cache to v5.0.2 (#189)
44+
- Bump yamllint to 1.38.0
45+
46+
### Maintenance
47+
48+
- Ignore .mcp.json (user-specific MCP config)
49+
- Update release procedure for dynamic version badge
50+
1051
## [0.2.1] - 2025-12-13
1152

1253
### Security
@@ -166,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166207
- Based on original plugin by Daisy Hollman at Anthropic
167208
- Expanded with enhanced skills, additional utilities, and CI/CD infrastructure
168209

169-
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.2.1...HEAD
210+
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.3.0...HEAD
211+
[0.3.0]: https://github.com/sjnims/plugin-dev/compare/v0.2.1...v0.3.0
170212
[0.2.1]: https://github.com/sjnims/plugin-dev/compare/v0.2.0...v0.2.1
171213
[0.2.0]: https://github.com/sjnims/plugin-dev/compare/v0.1.0...v0.2.0
172214
[0.1.0]: https://github.com/sjnims/plugin-dev/releases/tag/v0.1.0

0 commit comments

Comments
 (0)