-
Notifications
You must be signed in to change notification settings - Fork 7.5k
chore: release 0.5.1, begin 0.5.2.dev0 development #2137
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
Merged
+45
−1
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,6 +2,50 @@ | |||||
|
|
||||||
| <!-- insert new changelog below this comment --> | ||||||
|
|
||||||
| ## [0.5.1] - 2026-04-08 | ||||||
|
|
||||||
| ### Changed | ||||||
|
|
||||||
| - fix: pin typer>=0.24.0 and click>=8.2.1 to fix import crash (#2136) | ||||||
| - feat: update fleet extension to v1.1.0 (#2029) | ||||||
| - fix(forge): use hyphen notation in frontmatter name field (#2075) | ||||||
| - fix(bash): sed replacement escaping, BSD portability, dead cleanup in update-agent-context.sh (#2090) | ||||||
| - Add Spec Diagram community extension to catalog and README (#2129) | ||||||
| - feat: Git extension stage 2 — GIT_BRANCH_NAME override, --force for existing dirs, auto-install tests (#1940) (#2117) | ||||||
| - fix(git): surface checkout errors for existing branches (#2122) | ||||||
| - Add Branch Convention community extension to catalog and README (#2128) | ||||||
| - docs: lighten March 2026 newsletter for readability (#2127) | ||||||
| - fix: restore alias compatibility for community extensions (#2110) (#2125) | ||||||
| - Added March 2026 newsletter (#2124) | ||||||
| - Add Spec Refine community extension to catalog and README (#2118) | ||||||
| - Add explicit-task-dependencies community preset to catalog and README (#2091) | ||||||
| - Add toc-navigation community preset to catalog and README (#2080) | ||||||
| - 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) | ||||||
| - Update V-Model Extension Pack to v0.5.0 (#2108) | ||||||
| - Add canon extension and canon-core preset. (#2022) | ||||||
|
||||||
| - Add canon extension and canon-core preset. (#2022) | |
| - Add canon extension and canon-core preset (#2022) |
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
Oops, something went wrong.
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.
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.
Changelog entry has a likely typo in the version prefix:
v.1.1.1is unusual and inconsistent with other entries. Consider changing tov1.1.1for clarity/consistency.