Skip to content

Commit b5d0fd0

Browse files
committed
release: bump version to 0.5.8
- Dead code cleanup in CLI - CHANGELOG updated
1 parent aa20abc commit b5d0fd0

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to the Specify CLI and templates are documented here.
44

55
# [Unreleased]
66

7+
# [0.5.8] - 2026-04-19
8+
9+
### Fixed
10+
11+
- **Dead code removal**:
12+
- Removed unused `--outdated` option from `skill_list` command
13+
- Removed unused `original_ref` parameter from `_generate_skill_id`
14+
- Found via vulture dead code detection
15+
16+
### Changed
17+
18+
- **Clarify handoffs alignment**: Changed `send: false` to `send: true` for auto-validation in init/specify commands
19+
720
# [0.5.6] - 2026-04-19
821

922
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentic-sdlc-specify-cli"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
description = "Specify CLI (tikalk fork). Agentic SDLC toolkit for Spec-Driven Development with pre-installed extensions and AI integrations."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)