Skip to content

Commit 32504ab

Browse files
Merge pull request #247 from Priivacy-ai/codex/release-cli-1.0.2-mit-events-041
Release CLI 1.0.2 with MIT-cleared dependency train pins
2 parents 7d8dae3 + 2d67129 commit 32504ab

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
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.2] - 2026-03-04
11+
12+
### 🔧 Changed
13+
14+
- **MIT-cleared dependency pin for 1.x CLI**: replaced prerelease `spec-kitty-events==0.4.0a0` with stable `spec-kitty-events==0.4.1`.
15+
- **Release train compatibility matrix update**: recorded explicit train entries for `spec-kitty-events`, `spec-kitty-runtime`, and `spec-kitty-tracker` to keep future releases aligned to MIT-cleared PyPI packages.
16+
1017
## [1.0.1] - 2026-02-27
1118

1219
### 🔧 Changed

docs/releases/dependency-compatibility-matrix.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ order = [
1616

1717
[cli."1.0.1"]
1818
notes = "Legacy release with prerelease events pin; do not copy for new releases."
19+
20+
[cli."1.0.2".dependencies]
21+
"spec-kitty-events" = "0.4.1"
22+
23+
[cli."1.0.2".train]
24+
"spec-kitty-events" = "0.4.1"
25+
"spec-kitty-runtime" = "0.4.0"
26+
"spec-kitty-tracker" = "0.1.0"
27+
28+
[cli."1.0.2"]
29+
notes = "Release train pinned to MIT-cleared dependency versions on PyPI."

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spec-kitty-cli"
3-
version = "1.0.1"
3+
version = "1.0.2"
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" }
@@ -61,7 +61,7 @@ dependencies = [
6161
"packaging>=23.0",
6262
"psutil>=5.9.0", # Cross-platform process management for dashboard
6363
"python-ulid>=1.1.0", # For spec_kitty_events (vendored)
64-
"spec-kitty-events==0.4.0a0",
64+
"spec-kitty-events==0.4.1",
6565
]
6666

6767
[project.urls]

0 commit comments

Comments
 (0)