Skip to content

Commit 4cd283c

Browse files
author
semantic-release
committed
chore(release): 2.4.1
1 parent ecc6b84 commit 4cd283c

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- version list -->
44

5+
## v2.4.1 (2026-02-22)
6+
7+
### Bug Fixes
8+
9+
- **plugin**: Fix marketplace and plugin paths ([#93](https://github.com/aryeko/planpilot/pull/93),
10+
[`ecc6b84`](https://github.com/aryeko/planpilot/commit/ecc6b84378aebfd46216b5af5193322040328e30))
11+
12+
### Documentation
13+
14+
- **claude**: Add worktree setup convention
15+
([`aedd462`](https://github.com/aryeko/planpilot/commit/aedd462667709576c35ef3aa28e14eb174e77008))
16+
17+
518
## v2.4.0 (2026-02-22)
619

720
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "planpilot"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
description = "Sync roadmap plans (epics, stories, tasks) to GitHub Issues and Projects v2"
55
readme = "README.md"
66
license = "MIT"

src/planpilot/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planpilot",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Claude Code skills and commands for planning workflows: create PRDs, tech specs, and sync plans to GitHub Issues + Projects v2",
55
"author": {
66
"name": "Arye Kogan",

src/planpilot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Public API surface for PlanPilot."""
22

3-
__version__ = "2.4.0"
3+
__version__ = "2.4.1"
44

55
from planpilot.core.auth import (
66
create_init_token_resolver,

0 commit comments

Comments
 (0)