Skip to content

Commit 742ee5c

Browse files
chore: bump version to 0.10.4
1 parent 36fd5f6 commit 742ee5c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!-- insert new changelog below this comment -->
44

5+
## [0.10.4] - 2026-06-16
6+
7+
### Changed
8+
9+
- fix: fail loudly when a fan-out 'items' expression does not resolve to a list (#2957)
10+
- refactor: move preset command handlers to presets/_commands.py (PR-6/8) (#2826)
11+
- Update agent-parity-governance preset to v0.3.0 (#2982)
12+
- Update cross-platform-governance preset to v0.2.0 (#2983)
13+
- Add Data Model Diagram extension to community catalog (#2922)
14+
- Add Spec Kit TLDR extension to community catalog (#3007)
15+
- docs: add guide for handling complex features (#3004)
16+
- Add Loop Engineering extension to community catalog (#3002)
17+
- Update MemoryLint extension to v1.5.1 (#3000)
18+
- chore: release 0.10.3, begin 0.10.4.dev0 development (#2999)
19+
520
## [0.10.3] - 2026-06-16
621

722
### 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 = "specify-cli"
3-
version = "0.10.4.dev0"
3+
version = "0.10.4"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)