Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
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.
Suggested change
| - 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) |
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.
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, fixed chore(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