Skip to content

Commit ec10bbb

Browse files
release: prepare v1.0.1
1 parent 5dc9401 commit ec10bbb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ All notable changes to the Spec Kitty CLI and templates are documented here.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [1.0.1] - 2026-02-27
11+
12+
### 🔧 Changed
13+
14+
- **Dependency floor hardening for PyPI installs**: added explicit lower bounds for previously unbounded core CLI dependencies (`typer`, `rich`, `httpx[socks]`, `platformdirs`, `readchar`) to reduce resolver drift across clean environments.
15+
- **Release validation robustness**: release-readiness validation now remains scoped to valid version tags for the active major stream and supports `a`/`b`/`rc` tag parity checks.
16+
1017
## [1.0.0] - 2026-02-24
1118

1219
### 🔧 Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spec-kitty-cli"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Spec Kitty, a tool for Specification Driven Development (SDD) agentic projects, with kanban and git worktree isolation."
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)