diff --git a/CHANGELOG.md b/CHANGELOG.md index 7201050d..1e35f6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.7] - 2026-03-10 + +### Added + +- `copilot` as the primary user-facing target name for GitHub Copilot / Cursor / Codex / Gemini output format; `vscode` and `agents` remain as aliases (#228) + +### Changed + +- Consolidate pack/unpack documentation into cli-reference, rename Key Commands section + ## [0.7.6] - 2026-03-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index 5aa13dc3..e7c8e3f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "apm-cli" -version = "0.7.6" +version = "0.7.7" description = "MCP configuration tool" readme = "README.md" requires-python = ">=3.9" diff --git a/uv.lock b/uv.lock index acd17c5d..d6aa65d5 100644 --- a/uv.lock +++ b/uv.lock @@ -200,7 +200,7 @@ wheels = [ [[package]] name = "apm-cli" -version = "0.7.5" +version = "0.7.6" source = { editable = "." } dependencies = [ { name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },