diff --git a/CHANGELOG.md b/CHANGELOG.md index 3265b305b..8394968a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## [0.4.4] - 2026-04-01 + +### Changed + +- Stage 2: Copilot integration — proof of concept with shared template primitives (#2035) +- docs: sync AGENTS.md with AGENT_CONFIG for missing agents (#2025) +- docs: ensure manual tests use local specify (#2020) +- Stage 1: Integration foundation — base classes, manifest system, and registry (#1925) +- fix: harden GitHub Actions workflows (#2021) +- chore: use PEP 440 .dev0 versions on main after releases (#2032) +- feat: add superpowers bridge extension to community catalog (#2023) +- feat: add product-forge extension to community catalog (#2012) +- feat(scripts): add --allow-existing-branch flag to create-new-feature (#1999) +- fix(scripts): add correct path for copilot-instructions.md (#1997) +- Update README.md (#1995) +- fix: prevent extension command shadowing (#1994) +- Fix Claude Code CLI detection for npm-local installs (#1978) +- fix(scripts): honor PowerShell agent and script filters (#1969) +- feat: add MAQA extension suite (7 extensions) to community catalog (#1981) +- feat: add spec-kit-onboard extension to community catalog (#1991) +- Add plan-review-gate to community catalog (#1993) +- chore(deps): bump actions/deploy-pages from 4 to 5 (#1990) +- chore(deps): bump DavidAnson/markdownlint-cli2-action from 19 to 23 (#1989) +- chore: bump version to 0.4.3 (#1986) + ## [0.4.3] - 2026-03-26 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 558987647..dbb24e59f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.4.4.dev0" +version = "0.4.5.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 = [