From 53a359e83d643ae3daa3a54c11c5d94067f87861 Mon Sep 17 00:00:00 2001 From: Leonid Svyatov Date: Tue, 11 Aug 2026 20:42:37 +0300 Subject: [PATCH] chore(release): 0.15.0 Folds the accumulated `Unreleased` section into `## [0.15.0] - 2026-08-11`, adds its compare link, and bumps `version` in the three plugin manifests. --- .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 a7530b2..f4859db 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.14.0", + "version": "0.15.0", "author": { "name": "Leonid Svyatov", "email": "leonid@svyatov.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 0f3d48f..6b8a35d 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "oss-kit", - "version": "0.14.0", + "version": "0.15.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 628bc92..cf2c6f1 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "oss-kit", "displayName": "oss-kit", - "version": "0.14.0", + "version": "0.15.0", "description": "Curated agent skills for open source maintainers", "author": { "name": "Leonid Svyatov", diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d9beb..bef355c 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.15.0] - 2026-08-11 + ### Added - `oss-harden` counts a repository's workflow files as source in an analyzed language. R-SEC-09 now reaches a repository whose application language no analyzer supports. Step 11 read as CodeQL over application code alone, and reported such a repository outside the rule while nothing examined its workflows. @@ -400,7 +402,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.14.0...HEAD +[Unreleased]: https://github.com/svyatov/oss-kit/compare/v0.15.0...HEAD +[0.15.0]: https://github.com/svyatov/oss-kit/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/svyatov/oss-kit/compare/v0.13.0...v0.14.0 [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