Skip to content

Commit 12f6397

Browse files
Daniel MeppielCopilot
andcommitted
chore(release): cut v0.12.4
Bumps pyproject.toml 0.12.3 -> 0.12.4 and rolls the [Unreleased] entries (orphan-cleanup #1173 + audit-replay #1182) into the [0.12.4] section. Tag will be cut post-merge. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3d75b96 commit 12f6397

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.4] - 2026-05-07
11+
1012
### Fixed
1113

1214
- `apm install` now removes deployed files when a package is removed from `apm.yml`. Three sequential early-returns previously short-circuited the cleanup phase when the manifest was emptied; the orphan-cleanup logic itself was correct. (#1173)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "apm-cli"
7-
version = "0.12.3"
7+
version = "0.12.4"
88
description = "MCP configuration tool"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)