From d3a3888c3a06ea666555006b5729f23e19156a93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:57:26 +0000 Subject: [PATCH 1/2] chore: bump version to 0.14.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c634c290..b0e1c7d1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [0.14.0] - 2026-07-23 + +### Changed + +- docs: add spec-kit-copilot to community friends (#3675) +- fix(integrations): recompute invoke_separator from retained parsed_options (#3664) +- fix(workflows): preserve intra-overlay order for multiple insert_after edits (#3662) +- fix(bundler): reject falsy non-mapping requires/provides in manifest from_dict (#3661) +- fix(bundler): dump_yaml writes literal UTF-8 (allow_unicode=True) (#3660) +- fix(integrations): declare kiro-cli multi-install safe (#3477) +- fix(git-extension): trim trailing whitespace before stripping commit-message quotes (#3673) +- fix(bundler): order bundle members by canonical POSIX arcname (reproducible builds) (#3658) +- fix(integrations): Cline overrides post_process_command_content (correct hook name) (#3657) +- docs(workflows): gate step docstring lists the 'retry' on_reject behaviour (#3656) +- fix: harden bounded reads and redirect validation (#3671) +- fix(packaging): bundle scripts/python into the wheel core_pack (#3665) (#3670) +- fix: bundle scripts/python in wheel so --script py works (#3665) (#3668) +- docs(workflows): init step docstring lists the 'py' script type (#3655) +- fix(integrations): declare LingmaIntegration multi_install_safe (#3654) +- fix: guard constitution command against feature execution (#3646) +- Fix duplicate step numbering in specify command (#3647) +- docs(scripts): document the 'py' script type and sh/ps migration plan (#3284) (#3653) +- harden: bound HTTP reads and enforce strict redirects (#3140) +- chore: release 0.13.4, begin 0.13.5.dev0 development (#3649) + ## [0.13.4] - 2026-07-22 ### Changed diff --git a/pyproject.toml b/pyproject.toml index c0bd91c6ee..c7b825f545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.13.5.dev0" +version = "0.14.0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." readme = "README.md" requires-python = ">=3.11" From e8eae0f13db1646fdbef2179555f4b81757c2b3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:57:29 +0000 Subject: [PATCH 2/2] chore: begin 0.14.1.dev0 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7b825f545..b75a0f4097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.14.0" +version = "0.14.1.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." readme = "README.md" requires-python = ">=3.11"