From 5a562336c0c6e8702b5dfe595a79eaa8ebbaaa81 Mon Sep 17 00:00:00 2001 From: Leonid Svyatov Date: Fri, 7 Aug 2026 16:08:31 +0300 Subject: [PATCH] chore(release): 0.13.0 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- CHANGELOG.md | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7314b03..6a4cc50 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "oss-kit", "description": "Curated agent skills for open source maintainers", - "version": "0.12.0", + "version": "0.13.0", "author": { "name": "Leonid Svyatov", "email": "leonid@svyatov.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index b73095d..2983efe 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "oss-kit", - "version": "0.12.0", + "version": "0.13.0", "description": "Curated agent skills for open source maintainers", "author": { "name": "Leonid Svyatov", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index cddbcc4..d21d704 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "oss-kit", "displayName": "oss-kit", - "version": "0.12.0", + "version": "0.13.0", "description": "Curated agent skills for open source maintainers", "author": { "name": "Leonid Svyatov", diff --git a/CHANGELOG.md b/CHANGELOG.md index 886b3b2..3ffc352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog 2.0.0](https://keepachangelog.com/en/2. ## [Unreleased] +## [0.13.0] - 2026-08-07 + ### Changed - **Breaking:** R-PUB-02 requires Maven Central credentials to become available only after a native forge publication gate. A USER_MANAGED Portal stop alone no longer passes because the same user token can publish through the Portal API. @@ -364,7 +366,8 @@ Five new rules, and `oss-audit` now reports the gaps alone rather than every rul - `oss-audit` scores a repository against `STANDARD.md`, reports each gap with the rule it fails, and names the skill that fixes it. - `oss-skill` fixes the structure of a repository that ships agent skills: the top-level `skills/` layout, `SKILL.md` conformance to the Agent Skills specification, oversized bodies that belong in `references/`, and the license field an extracted skill carries with it. -[Unreleased]: https://github.com/svyatov/oss-kit/compare/v0.12.0...HEAD +[Unreleased]: https://github.com/svyatov/oss-kit/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/svyatov/oss-kit/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/svyatov/oss-kit/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/svyatov/oss-kit/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/svyatov/oss-kit/compare/v0.9.0...v0.10.0