Skip to content

Commit cec63d3

Browse files
chore: release 0.8.16, begin 0.8.17.dev0 development (#2729)
* chore: bump version to 0.8.16 * chore: begin 0.8.17.dev0 development --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b58a121 commit cec63d3

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.8.16] - 2026-05-27
6+
7+
### Changed
8+
9+
- docs: update landing page stats and branch naming convention (#2727)
10+
- feat(workflows): expose {{ context.run_id }} template variable (#2664)
11+
- fix: resolve __SPECKIT_COMMAND_*__ refs in preset skill rendering (#2717) (#2718)
12+
- Add Workflow Preset to community catalog (#2725)
13+
- fix: paths-only skips branch validation, setup-plan preserves existing plan (#2672)
14+
- docs: fix broken pipx homepage URLs to point to pipx.pypa.io (#2670)
15+
- Update Architecture Guard extension to v1.8.9 (#2723)
16+
- Re-validate spec quality checklist after clarify updates spec (#2715)
17+
- chore: release 0.8.15, begin 0.8.16.dev0 development (#2722)
18+
519
## [0.8.15] - 2026-05-27
620

721
### 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.8.16.dev0"
3+
version = "0.8.17.dev0"
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)