Uh oh!
There was an error while loading. Please reload this page.
chore: prepare v0.8.8 release - #508
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Pull request overview
Prepares the v0.8.8 release by bumping the package version and finalizing the release notes in CHANGELOG.md for the PRs merged since v0.8.7.
Changes:
- Bump project version from
0.8.7to0.8.8. - Move release notes into a new
## [0.8.8] - 2026-03-31section and condense entries to one line per PR.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml | Updates the Python package version to 0.8.8. |
CHANGELOG.md | Adds the 0.8.8 release section and summarizes the changes included in the release. |
| - `apm deps update` now skips download and integration for packages whose resolved SHA matches the lockfile SHA, making the common "nothing changed" case near-instant (#495) | ||
| - `apm install -g ./local-pkg` rejects local path dependencies at user scope with a clear error (#452) | ||
| - Orphan documentation pages (`ci-policy-setup`, `policy-reference`) added to sidebar navigation; stale GitHub Rulesets content updated (#505, #507) |
There was a problem hiding this comment.
The changelog entry cites PR #507, but the text only describes the orphan-page sidebar fixes and GitHub Rulesets doc updates (which match #505). Since #507 is about adding the Marketplaces guide to the sidebar, this bullet should either mention that change too, or split #505 and #507 into separate bullets with accurate descriptions.
| - Orphan documentation pages (`ci-policy-setup`, `policy-reference`) added to sidebar navigation; stale GitHub Rulesets content updated (#505, #507) | |
| - Orphan documentation pages (`ci-policy-setup`, `policy-reference`) added to sidebar navigation; stale GitHub Rulesets content updated (#505) | |
| - Marketplaces guide added to the docs sidebar so Marketplace integration docs are discoverable from navigation (#507) |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Release v0.8.8
Bumps version to
0.8.8and finalizes CHANGELOG for 7 PRs merged since v0.8.7.Added
apm install -g/--globalfor user-scope package installation (feat: add --global / -g flag for scoped package installation #452)NAME@MARKETPLACEinstall,apm marketplacecommands,apm search(feat: Marketplace integration -- read marketplace.json for plugin discovery + governance #503)--target codex(feat: Support Codex CLI as integration target #504)Changed
apm deps updateskips download when SHA matches lockfile (perf:apm deps updateskip download when resolved SHA matches lockfile #500)Fixed
apm install -g ./local-pkgrejects local paths at user scope (feat: add --global / -g flag for scoped package installation #452)Changes
CHANGELOG.md— moved Unreleased →[0.8.8] - 2026-03-31, condensed entries to 1 line per PR, fixedchore(deps): bump pygments from 2.19.2 to 2.20.0 #495→perf:apm deps updateskip download when resolved SHA matches lockfile #500 typo, added missing PRs (feat: lockfile-driven reproducible installs for registry proxies #401, feat: add --global / -g flag for scoped package installation #452 main feature, docs: fix orphan pages and update stale rulesets content #505, docs: add Marketplaces guide to sidebar navigation #507)pyproject.toml— version0.8.7→0.8.8