diff --git a/CHANGELOG.md b/CHANGELOG.md index a040aca1a7..1b1a789662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## [0.8.14] - 2026-05-26 + +### Changed + +- Add util for windows sub-process (#2598) +- refactor: create commands/ package and move init handler (PR-4/8) (#2615) +- Add Product Spec Extension to community catalog (#2705) +- fix init-options speckit version refresh (#2647) +- chore(deps): bump github/gh-aw-actions from 0.74.8 to 0.74.9 (#2658) +- docs: add branch naming convention to AGENTS.md and CONTRIBUTING.md (#2678) +- chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (#2657) +- chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 (#2656) +- chore: release 0.8.13, begin 0.8.14.dev0 development (#2669) + ## [0.8.13] - 2026-05-21 ### Changed diff --git a/pyproject.toml b/pyproject.toml index aa6be89e42..49f18365f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.8.14.dev0" +version = "0.8.15.dev0" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [