-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release 0.12.7, begin 0.12.8.dev0 development #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [project] | ||
| name = "specify-cli" | ||
| version = "0.12.7.dev0" | ||
| version = "0.12.8.dev0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When this squashed commit lands, the already-pushed Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This commit is authored by Codex but its message has no AGENTS.md reference: AGENTS.md:L517-L524 Useful? React with 👍 / 👎. |
||
| description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." | ||
| readme = "README.md" | ||
| requires-python = ">=3.11" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry records the architecture lifecycle change as part of
0.12.7, but the same change remains underUnreleasedat lines 5-7. After this release commit, readers therefore see one completed change classified as both released and pending; remove the stale Unreleased entry when adding the release section.Useful? React with 👍 / 👎.