chore: release v0.17.0#1653
Merged
Merged
Conversation
Bump 0.16.1 -> 0.17.0 (MINOR). Sanitize CHANGELOG [Unreleased] into a dated [0.17.0] - 2026-06-03 block; bump pyproject.toml + uv.lock. - 35 user-facing PRs since v0.16.1 reflected as changelog entries. - BREAKING (rides in minor, pre-1.0): apm pack drops --marketplace-output (#1585). - Lint mirror green: ruff check, ruff format --check, pylint R0801, auth-signals. post-merge: tag v0.17.0 to trigger the release workflow (not done here). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Cuts the v0.17.0 release by bumping the project version and promoting the existing [Unreleased] changelog entries into a dated 0.17.0 section.
Changes:
- Bump
apm-cliversion from0.16.1to0.17.0inpyproject.toml. - Refresh
uv.lockto reflect the0.17.0version. - Move the accumulated
[Unreleased]notes into## [0.17.0] - 2026-06-03inCHANGELOG.md.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates the editable apm-cli package version to 0.17.0. |
pyproject.toml |
Bumps [project].version to 0.17.0. |
CHANGELOG.md |
Promotes [Unreleased] entries into a new 0.17.0 release section. |
Copilot's findings
- Files reviewed: 2/3 changed files
- Comments generated: 1
| `--parallel-downloads`. (#1639) | ||
| - `apm find <file>`: trace a materialized file back to its contributing | ||
| package(s) via a reverse index over `apm.lock.yaml`. Supports `--source` and | ||
| `--path`; unknown paths exit 2 with an ASCII `[x]` message, and the command |
apm find exits 1 for untracked paths; exit 2 is reserved for a missing or corrupt lockfile (find.py:191,199,216). Fixes inaccurate release-note claim flagged in PR review. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 v0.17.0.
pyproject.tomlto 0.17.0 (anduv.lock).[Unreleased]to[0.17.0] - 2026-06-03inCHANGELOG.md, with one short "so what?" entry per user-facing PR merged since v0.16.1.Why minor (0.17.0), not patch (0.16.2)
35 user-facing PRs landed since v0.16.1, including new commands and capabilities (
apm lock#1639/#1652,apm find#1631,apm config mcp-registry-url#1637, air-gapped self-update #1615) plus a breaking CLI surface removal. Under pre-1.0 semver framing for this repo, breaking changes ride in a MINOR rather than forcing a MAJOR -- so the new feature surface and the one breaking removal together land as 0.17.0, not a 0.16.2 patch.Breaking changes
apm packdrops the--marketplace-outputflag (refactor(pack)!: remove deprecated --marketplace-output flag (#1318) #1585). Packing now emits a single canonical layout; remove--marketplace-outputfrom any scripts. This is the only breaking surface in the release.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.17.0to trigger the release workflow: