chore: release 0.5.1, begin 0.5.2.dev0 development#2137
Conversation
There was a problem hiding this comment.
Pull request overview
Automated post-release update for specify-cli that records the 0.5.1 release in the changelog and bumps main to the next development version (0.5.2.dev0) so ongoing development installs are clearly pre-release.
Changes:
- Bump package version to
0.5.2.dev0inpyproject.toml. - Add
0.5.1release notes toCHANGELOG.md.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Updates project version to the next dev cycle (0.5.2.dev0). |
CHANGELOG.md |
Adds the 0.5.1 release entry dated 2026-04-08. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
| - fix: prevent ambiguous TOML closing quotes when body ends with `"` (#2113) (#2115) | ||
| - fix speckit issue for trae (#2112) | ||
| - feat: Git extension stage 1 — bundled `extensions/git` with hooks on all core commands (#1941) | ||
| - Upgraded confluence extension to v.1.1.1 (#2109) |
There was a problem hiding this comment.
Changelog entry has a likely typo in the version prefix: v.1.1.1 is unusual and inconsistent with other entries. Consider changing to v1.1.1 for clarity/consistency.
| - Upgraded confluence extension to v.1.1.1 (#2109) | |
| - Upgraded confluence extension to v1.1.1 (#2109) |
| - feat: Git extension stage 1 — bundled `extensions/git` with hooks on all core commands (#1941) | ||
| - Upgraded confluence extension to v.1.1.1 (#2109) | ||
| - Update V-Model Extension Pack to v0.5.0 (#2108) | ||
| - Add canon extension and canon-core preset. (#2022) |
There was a problem hiding this comment.
Minor punctuation nit: this bullet has an extra period before the issue reference (preset.). Consider removing the trailing period to match the surrounding changelog bullet formatting.
| - Add canon extension and canon-core preset. (#2022) | |
| - Add canon extension and canon-core preset (#2022) |
Automated release of 0.5.1.
This PR was created by the Release Trigger workflow. The git tag
v0.5.1has already been pushed and the release artifacts are being built.Merging this PR will set
mainto0.5.2.dev0so that development installs are clearly marked as pre-release.