You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
9
+
## [Unreleased]
10
+
11
+
### Added
12
+
13
+
- Multi-target support: `apm.yml``target` field now accepts a list (`target: [claude, copilot]`) and CLI `--target` accepts comma-separated values (`-t claude,copilot`). Only specified targets are compiled, installed, and packed -- no redundant output for unused tools. Single-string syntax is fully backward compatible. (#628)
14
+
9
15
## [0.8.11] - 2026-04-06
10
16
11
17
### Added
12
18
13
-
- Multi-target support: `apm.yml``target` field now accepts a list (`target: [claude, copilot]`) and CLI `--target` accepts comma-separated values (`-t claude,copilot`). Only specified targets are compiled, installed, and packed -- no redundant output for unused tools. Single-string syntax is fully backward compatible. (#529)
14
19
- Artifactory archive entry download for virtual file packages (#525)
15
20
-`apm view <package> [field]` command for viewing package metadata and remote refs (#613)
16
21
-`apm view <package> versions` field selector lists remote tags and branches via `git ls-remote` (#613)
0 commit comments