chore: release v4.1.0

This commit is contained in:
2026-01-26 10:36:14 -05:00
parent 28c9552d1d
commit 834cf3ac56
3 changed files with 7 additions and 3 deletions

View File

@@ -6,12 +6,12 @@
}, },
"metadata": { "metadata": {
"description": "Project management plugins with Gitea and NetBox integrations", "description": "Project management plugins with Gitea and NetBox integrations",
"version": "4.0.0" "version": "4.1.0"
}, },
"plugins": [ "plugins": [
{ {
"name": "projman", "name": "projman",
"version": "3.1.0", "version": "3.2.0",
"description": "Sprint planning and project management with Gitea integration", "description": "Sprint planning and project management with Gitea integration",
"source": "./plugins/projman", "source": "./plugins/projman",
"author": { "author": {

View File

@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
---
## [4.1.0] - 2026-01-26
### Added ### Added
- **projman:** Wiki-based planning workflow enhancement (V04.1.0) - **projman:** Wiki-based planning workflow enhancement (V04.1.0)
- Flexible input source detection in `/sprint-plan` (file, wiki, or conversation) - Flexible input source detection in `/sprint-plan` (file, wiki, or conversation)

View File

@@ -1,4 +1,4 @@
# Leo Claude Marketplace - v4.0.0 # Leo Claude Marketplace - v4.1.0
A collection of Claude Code plugins for project management, infrastructure automation, and development workflows. A collection of Claude Code plugins for project management, infrastructure automation, and development workflows.