chore: release v0.21.0#1851
Merged
Merged
Conversation
Bump pyproject.toml + uv.lock to 0.21.0 and fold the [Unreleased] CHANGELOG block into a dated [0.21.0] section (one "so what" entry per user-facing PR merged since v0.20.0). MINOR bump: new Antigravity target, new security/integrity policy keys, SBOM export, canvas extensions, and the allowExecutables approval gate. Lint mirror (ruff check + format, pylint R0801, auth-signals) green locally. Post-merge: tag v0.21.0 to trigger the release workflow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR cuts the v0.21.0 release by bumping the project version metadata and snapshotting the current [Unreleased] changelog entries into a dated release section.
Changes:
- Bump the
apm-cliversion from0.20.0to0.21.0inpyproject.toml. - Update
uv.lockto reflect the newapm-cliversion. - Promote the changelog from
[Unreleased]to a new[0.21.0] - 2026-06-19section and include the release’s per-PR entries.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Updates the package version to 0.21.0. |
uv.lock |
Updates the locked editable package version for apm-cli to 0.21.0. |
CHANGELOG.md |
Creates the 0.21.0 release section dated 2026-06-19 and includes the release notes entries. |
Copilot's findings
- Files reviewed: 2/3 changed files
- Comments generated: 0
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.
Cut release 0.21.0.
pyproject.tomlto 0.21.0 (anduv.lock).[Unreleased]to[0.21.0] - 2026-06-19inCHANGELOG.md, with one short "so what?" entry per PR merged since v0.20.0.Why MINOR (0.21.0), not PATCH (0.20.1)
The cycle adds new user-visible surface, not just fixes:
agy) via--target antigravity(feat: add Google Antigravity CLI (agy) as first-class APM target #1770).security.integrity.require_hashes/security.audit.fail_on_drift(feat(policy): declarable integrity keys (require_hashes, fail_on_drift) #1794) andunmanaged_files.excludeforapm audit(feat(audit): surface unmanaged artifacts with reason, type, and deny-conflict #1793).apm lock export --format cyclonedx|spdxSBOM export + declared-license recorder (feat(export): SBOM export + declared-license recorder (U5 + U6) #1820).canvasprimitive deployed byapm install/apm pack(feat(install): experimental Copilot canvas extensions #1689).allowExecutablesapproval gate for dependency executables (Add allowExecutables approval gate for dependency executables #1723).owner/repo#refshorthands (feat(install): route CLI shorthands to default registry when configured #1816) and MCP harness-passthrough keys (Add extra passthrough for harness-specific MCP keys (#1670) #1765).Pre-1.0 framing keeps it a MINOR: the
apm marketplace publish/doctorremovals (#1134) ride in a minor per 0.x semver convention rather than forcing a major. No 1.0 API-stability commitment is implied.Validation
Lint mirror green locally (ruff check + format, pylint R0801, auth-signals). See
.apm/instructions/linting.instructions.mdfor the contract this mirrors.Post-merge
Tag
v0.21.0to trigger the release workflow: