Skip to content

Commit a7b4391

Browse files
chore: release 0.12.8, begin 0.12.9.dev0 development (#3410)
* chore: bump version to 0.12.8 * chore: begin 0.12.9.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0da969d commit a7b4391

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.12.8] - 2026-07-08
6+
7+
### Changed
8+
9+
- [extension] Add LLM Wiki extension to community catalog (#3361)
10+
- Docs: Document missing CLI flags and integrations (#3182)
11+
- Docs: Remove Cursor from CLI check list in README (#3184)
12+
- feat(extensions): port update-agent-context to Python (#3387)
13+
- fix(scripts): fall through to grep/sed when python3 is a broken stub in feature.json parser (#3312)
14+
- fix(toml): escape control characters so generated command files parse (#3341)
15+
- fix(cli): exit cleanly on malformed IPv6 URLs in `extension`/`preset`/`workflow add` (#3369)
16+
- fix(github-http): return None on malformed GHES port instead of raising (#3379)
17+
- fix(integrations): guard _sha256 against unreadable managed files (#3376)
18+
- chore: release 0.12.7, begin 0.12.8.dev0 development (#3398)
19+
520
## [0.12.7] - 2026-07-07
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.12.8.dev0"
3+
version = "0.12.9.dev0"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)