Merged
Conversation
Move Unreleased entries to [0.7.8] section, add empty Unreleased placeholder, bump pyproject.toml version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the apm-cli v0.7.8 release by bumping the project version and promoting the previously Unreleased changelog entries into a new 0.7.8 release section.
Changes:
- Bump
pyproject.tomlproject version from0.7.7to0.7.8. - Add a
## [0.7.8] - 2026-03-13section toCHANGELOG.md(leaving an empty## [Unreleased]section at the top).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Updates the package version to 0.7.8 for the release. |
CHANGELOG.md |
Creates the v0.7.8 release section and moves entries out of Unreleased. |
| [project] | ||
| name = "apm-cli" | ||
| version = "0.7.7" | ||
| version = "0.7.8" |
There was a problem hiding this comment.
Bumping the project version to 0.7.8 appears to leave some documentation examples still pinned to 0.7.7 (e.g., docs/src/content/docs/integrations/ci-cd.md and docs/src/content/docs/reference/lockfile-spec.md). Updating those docs in the same release PR helps keep the public docs consistent with the latest released version.
Suggested change
| version = "0.7.8" | |
| version = "0.7.7" |
Closed
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.7.8
Prepares the v0.7.8 release:
pyproject.tomlto0.7.8[0.7.8] - 2026-03-13sectionchangelog.instructions.mdfor LLM-guided changelog formattingAfter merge, tag with
v0.7.8to trigger the release pipeline.