chore: update CITATION.cff to v0.10.2 (2026-06-11)#2966
Open
eldar702 wants to merge 1 commit into
Open
Conversation
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.
Contributor
There was a problem hiding this comment.
✅ Ready to approve
The CITATION metadata cleanly matches the latest published release (v0.10.2 on 2026-06-11) with no behavioral impact.
Note: this review does not count toward required approvals for merging.
Pull request overview
Synchronizes the repository’s citation metadata with the latest published Spec Kit release, ensuring external citations reference the correct version and release date.
Changes:
- Updated
versionfrom0.7.3to0.10.2. - Updated
date-releasedfrom2026-04-17to2026-06-11(matches the latest GitHub release tagv0.10.2).
File summaries
| File | Description |
|---|---|
CITATION.cff |
Bumps citation version and date-released to align with the latest stable release metadata. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CITATION.cffhas carriedversion: 0.7.3/date-released: 2026-04-17since it was added, despite 10 subsequent releases. This syncs it to the latest stable release.Changes
version: 0.7.3 → 0.10.2,date-released: 2026-04-17 → 2026-06-11— matching the latest release tag (verified againstgh release list,CHANGELOG.md, andpyproject.toml0.10.3.dev0).Single file, 2 lines, no behavior change. (Returning contributor — 2 prior merged PRs.)
AI-assisted contribution.