diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 46add1f..3d3bb00 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "name": "repokit", "source": "./plugins/repokit", "description": "Scaffold standard-compliant repos (/new-repo) and apply the repo standard while you work.", - "version": "0.2.0", + "version": "0.3.0", "category": "productivity" } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index bb19a80..12229e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2026-07-13 + ### Added - A **living-docs add-on** for `/new-repo` (opt-in, orthogonal to type and tier): volatile shared @@ -90,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Templates for the **Core**, **Public**, and **Published** tiers, plus the **powershell-module** type overlay. The other types ship as stubs. -[Unreleased]: https://github.com/PBNZ/repo-kit/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/PBNZ/repo-kit/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/PBNZ/repo-kit/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/PBNZ/repo-kit/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/PBNZ/repo-kit/releases/tag/v0.1.0 diff --git a/plugins/repokit/.claude-plugin/plugin.json b/plugins/repokit/.claude-plugin/plugin.json index 75bb25c..fed2156 100644 --- a/plugins/repokit/.claude-plugin/plugin.json +++ b/plugins/repokit/.claude-plugin/plugin.json @@ -3,7 +3,7 @@ "name": "repokit", "displayName": "repo-kit", "description": "Scaffold standard-compliant repos with /new-repo, and apply the RepoKit standard (conventions + pre-commit/pre-PR checklists) while working in any compliant repo.", - "version": "0.2.0", + "version": "0.3.0", "author": { "name": "PBNZ" },