Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Records the automated release bump to version 0.2.1 by updating project metadata and adding a corresponding changelog entry.
Changes:
- Bump
pyproject.tomlproject version from 0.2.0 → 0.2.1 - Add a new 0.2.1 section to
CHANGELOG.md
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Updates package version to 0.2.1 for the release. |
| CHANGELOG.md | Adds 0.2.1 release notes to document changes for the release. |
Comments suppressed due to low confidence (2)
CHANGELOG.md:20
- This 0.2.1 section includes "feat(extensions): support .extensionignore... (#1781)", but the same change is still listed under "[Unreleased]" below. To avoid double-accounting, remove it from Unreleased (or ensure it only appears in one place).
- 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)
CHANGELOG.md:22
- The 0.2.1 entry appears to include changes that are already documented under 0.2.0 (and earlier), e.g. "chore: bump version to 0.2.0 (#1786)". For a 0.2.1 release, the changelog should usually list only changes since 0.2.0; consider regenerating this section from the v0.2.0..v0.2.1 range and removing duplicates.
- 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.
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.2.1.
This PR was created by the Release Trigger workflow. The git tag
v0.2.1has already been pushed and the release artifacts are being built.Merge this PR to record the version bump and changelog update on
main.