chore(release): v0.14.1#1410
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Cuts the v0.14.1 patch release by bumping the package version and promoting the changelog entries from Unreleased into a dated 0.14.1 section.
Changes:
- Bump
apm-cliversion from0.14.0to0.14.1. - Promote changelog items into
## [0.14.1] - 2026-05-20and tag each entry with its PR number.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Updates the project version to 0.14.1 for the release. |
CHANGELOG.md |
Adds the 0.14.1 release section dated 2026-05-20 and annotates entries with PR references. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 0
test_download_callback_includes_chain_in_error used raw os.chdir(tmp_path) without try/finally, leaving CWD pointing at a tmp dir whose apm.yml declared acme/root-pkg. Later in the same pytest worker, test_project_scope_now_supported (added by PR #1405) inherited that polluted CWD and tried to clone real GitHub repos, failing on missing auth in CI. monkeypatch.chdir auto-restores on teardown. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
TL;DR
Cuts v0.14.1, a patch release rolling up the experimental
copilot-apptarget plus four user-facing fixes (EMU SSH identity, Windows Defender, AppLocker/WDAC).Changelog delta
Promoted
## [Unreleased]->## [0.14.1] - 2026-05-20with one entry per user-facing PR, each answering the "so what?" question:Added
copilot-apptarget (feat(experimental):copilot-apptarget deploys scheduled prompts to App DB #1405)Changed
copilot-appflat-frontmatter shape dispatch (feat(experimental):copilot-apptarget deploys scheduled prompts to App DB #1405)Fixed
copilot-appno longer leaks workflow prompts to slash-command targets (feat(experimental):copilot-apptarget deploys scheduled prompts to App DB #1405)copilot-apphard-errors on plain-prompt +--target copilot-appmismatch (feat(experimental):copilot-apptarget deploys scheduled prompts to App DB #1405)apm installhonors SSH user portion of dependency URLs — unblocks EMU (fix(deps): honor SSH user from dependency URL (closes #1383) #1385, closes [BUG] Hardcoded username when using SSH #1383)apm self-updatedetect Defender AV blocks with actionable guidance (fix(install): detect Windows Defender AV block and emit specific guidance #1408)apm self-updatesurvive AppLocker / WDAC by staging release before smoke test (fix(install): survive AppLocker/WDAC by staging release before binary test (#1389) #1390, closes [BUG] APM self-update fails on Windows due to security policies #1389)Excluded from changelog (per
.github/instructions/changelog.instructions.md)idna3.10 -> 3.15 dependabot bump (not user-facing).Version bump
pyproject.toml:0.14.0->0.14.1.pyproject.tomlis the only source-of-truth version reference in the repo (verified via grep).Validation
git diff --stat: 2 files, 9 insertions, 5 deletions.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com