Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Automated release PR to record the 0.3.2 version bump on main and capture release notes in the changelog for the already-tagged v0.3.2.
Changes:
- Bump package version from
0.3.1to0.3.2inpyproject.toml. - Add a
0.3.2section toCHANGELOG.mdwith release notes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
pyproject.toml |
Updates the project version to 0.3.2. |
CHANGELOG.md |
Adds the 0.3.2 release entry and its change list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CHANGELOG.md
Outdated
Comment on lines
+29
to
+49
| - chore: bump version to 0.3.1 (#1880) | ||
| - docs: add greenfield Spring Boot pirate-speak preset demo to README (#1878) | ||
| - fix(ai-skills): exclude non-speckit copilot agent markdown from skill… (#1867) | ||
| - feat: add Trae IDE support as a new agent (#1817) | ||
| - feat(cli): polite deep merge for settings.json and support JSONC (#1874) | ||
| - feat(extensions,presets): add priority-based resolution ordering (#1855) | ||
| - fix(scripts): suppress stdout from git fetch in create-new-feature.sh (#1876) | ||
| - fix(scripts): harden bash scripts — escape, compat, and error handling (#1869) | ||
| - Add cognitive-squad to community extension catalog (#1870) | ||
| - docs: add Go / React brownfield walkthrough to community walkthroughs (#1868) | ||
| - chore: update DocGuard extension to v0.9.8 (#1859) | ||
| - Feature: add specify status command (#1837) | ||
| - fix(extensions): show extension ID in list output (#1843) | ||
| - feat(extensions): add Archive and Reconcile extensions to community catalog (#1844) | ||
| - feat: Add DocGuard CDD enforcement extension to community catalog (#1838) | ||
| - chore: bump version to 0.3.0 (#1839) | ||
| - feat(presets): Pluggable preset system with catalog, resolver, and skills propagation (#1787) | ||
| - fix: match 'Last updated' timestamp with or without bold markers (#1836) | ||
| - Add specify doctor command for project health diagnostics (#1828) | ||
| - fix: harden bash scripts against shell injection and improve robustness (#1809) | ||
| - fix: clean up command templates (specify, analyze) (#1810) |
CHANGELOG.md
Outdated
| - feat: register spec-kit-learn extension (#1883) | ||
| - chore: bump version to 0.3.1 (#1880) | ||
| - docs: add greenfield Spring Boot pirate-speak preset demo to README (#1878) | ||
| - fix(ai-skills): exclude non-speckit copilot agent markdown from skill… (#1867) |
…ibe, remove duplicate entries - Replace git describe --tags --abbrev=0 with git tag --sort=-version:refname to find the correct previous tag (git describe misses tags on unmerged release branches) - Change changelog section heading from '### Changed' to '### Changes' - Remove duplicate entries from 0.3.2 that belonged to prior releases - Clean up changelog preamble and stale entries
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.
Automated version bump to 0.3.2.
This PR was created by the Release Trigger workflow. The git tag
v0.3.2has already been pushed and the release artifacts are being built.Merge this PR to record the version bump and changelog update on
main.