From 960e4c0a329e65399c4ffa17687e99307459a2c5 Mon Sep 17 00:00:00 2001 From: "den (work)" <53200638+localden@users.noreply.github.com> Date: Fri, 7 Nov 2025 11:58:20 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7ee860..7e2ac369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for VS Code/Copilot agents, and moving away from prompts to proper agents with hand-offs. - Move to use `AGENTS.md` for Copilot workloads, since it's already supported out-of-the-box. +- Adds support for the version command. ([#486](https://github.com/github/spec-kit/issues/486)) +- Fixes potential bug with the `create-new-feature.ps1` script that ignores existing feature branches when determining next feature number ([#975](https://github.com/github/spec-kit/issues/975)) +- Add graceful fallback and logging for GitHub API rate-limiting during template fetch ([#970](https://github.com/github/spec-kit/issues/970)) ## [0.0.21] - 2025-10-21