From 61907b78dbc7e919f5e56458617e98620de95ce9 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Tue, 3 Feb 2026 02:38:31 -0500 Subject: [PATCH] chore: release v5.9.0 - Plugin installation scripts for consumer projects - MCP server mapping via mcp_servers field in plugin.json - CLAUDE.md section markers for install/uninstall - Agent model selection (25 agents with model frontmatter) - Agent frontmatter standardization Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 4 ++++ CLAUDE.md | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ef6d408..f15c787 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Project management plugins with Gitea and NetBox integrations", - "version": "5.8.0" + "version": "5.9.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 16817b7..b59a4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +--- + +## [5.9.0] - 2026-02-03 + ### Added #### Plugin Installation Scripts diff --git a/CLAUDE.md b/CLAUDE.md index 7af645f..dda92d0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -146,7 +146,7 @@ When user says "fix the sprint-plan command", edit the SOURCE code. ## Project Overview **Repository:** leo-claude-mktplace -**Version:** 5.8.0 +**Version:** 5.9.0 **Status:** Production Ready A plugin marketplace for Claude Code containing: diff --git a/README.md b/README.md index 97b2f87..cc1ba3a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Leo Claude Marketplace - v5.8.0 +# Leo Claude Marketplace - v5.9.0 A collection of Claude Code plugins for project management, infrastructure automation, and development workflows.