Conversation
There was a problem hiding this comment.
Pull request overview
Automated release PR to record the v0.3.0 version bump on main, updating the package version and adding a corresponding changelog entry.
Changes:
- Bump
specify-cliproject version to0.3.0inpyproject.toml. - Add a
0.3.0section toCHANGELOG.mddated2026-03-13.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Updates the package version to 0.3.0. |
CHANGELOG.md |
Adds a new 0.3.0 release section (currently appears to duplicate older release entries). |
Comments suppressed due to low confidence (1)
CHANGELOG.md:33
- Including prior release version-bump entries (e.g., "chore: bump version to 0.2.1" / "0.2.0") inside the 0.3.0 release notes is likely incorrect—they belong to those earlier releases and should not be listed as changes in 0.3.0. Please remove these from the 0.3.0 section when curating the release notes.
- chore: bump version to 0.2.1 (#1813)
- Added February 2026 newsletter (#1812)
- feat: add Kimi Code CLI agent support (#1790)
- docs: fix broken links in quickstart guide (#1759) (#1797)
- docs: add catalog cli help documentation (#1793) (#1794)
- fix: use quiet checkout to avoid exception on git checkout (#1792)
- feat(extensions): support .extensionignore to exclude files during install (#1781)
- feat: add Codex support for extension command registration (#1767)
- chore: bump version to 0.2.0 (#1786)
- fix: sync agent list comments with actual supported agents (#1785)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Automated release PR to record the v0.3.0 version bump in the Python package metadata and add a corresponding entry to the project changelog.
Changes:
- Bump
pyproject.tomlproject version from0.2.1to0.3.0. - Add a
0.3.0section toCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
pyproject.toml |
Updates project version to 0.3.0. |
CHANGELOG.md |
Adds a 0.3.0 changelog entry (currently needs cleanup/corrections). |
Comments suppressed due to low confidence (1)
CHANGELOG.md:18
- The 0.3.0 section currently contains a placeholder entry ("No changes have been documented...") followed by a list of changes that appear to be duplicated from the 0.2.1 release notes (e.g., "make c ignores consistent with c++ (#1747)" etc.). This makes the 0.3.0 changelog inaccurate; either replace the placeholder with the actual 0.3.0 changes, or remove/move these duplicated bullets so each change is listed under the correct release only.
### Changed
- No changes have been documented for this release yet.
<!-- Entries for 0.2.x and earlier releases are documented in their respective sections below. -->
- make c ignores consistent with c++ (#1747)
- chore: bump version to 0.1.13 (#1746)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - No changes have been documented for this release yet. | ||
|
|
||
| <!-- Entries for 0.2.x and earlier releases are documented in their respective sections below. --> |
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [0.3.0] - 2026-03-13 |
Automated version bump to 0.3.0.
This PR was created by the Release Trigger workflow. The git tag
v0.3.0has already been pushed and the release artifacts are being built.Merge this PR to record the version bump and changelog update on
main.