From 05d4be9d3c07618fc3233eb866d972ff17791b78 Mon Sep 17 00:00:00 2001 From: eldar702 Date: Sat, 13 Jun 2026 08:02:55 +0300 Subject: [PATCH] chore: update CITATION.cff to v0.10.2 (2026-06-11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CITATION.cff was created at v0.7.3 (2026-04-17) and has not been updated since. The latest stable release is v0.10.2, released on 2026-06-11. This brings the citation metadata in sync with the published release so tools that ingest CITATION.cff (Zenodo, GitHub's "Cite this repository" widget, citation managers) surface the correct version. Verification: - `gh release list --repo github/spec-kit --limit 1` → v0.10.2 / 2026-06-11 - CHANGELOG.md `## [0.10.2] - 2026-06-11` confirms the date - pyproject.toml `version = "0.10.3.dev0"` confirms 0.10.2 is latest stable AI-assisted contribution. --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 926017a490..aff7b4f8a0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,8 +20,8 @@ authors: repository-code: "https://github.com/github/spec-kit" url: "https://github.github.io/spec-kit/" license: MIT -version: "0.7.3" -date-released: "2026-04-17" +version: "0.10.2" +date-released: "2026-06-11" keywords: - spec-driven development - ai coding agents