From 37703a4fa955ee2a3d3c5e78d097f1bf3796671b Mon Sep 17 00:00:00 2001 From: danielmeppiel Date: Wed, 18 Mar 2026 17:40:54 +0100 Subject: [PATCH] chore: prepare v0.8.3 release (supersedes v0.8.2) v0.8.2 tag included a broken test script; tag is protected and cannot be moved. This release includes the test fix from #360. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4e59bf..90adcea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.8.2] - 2026-03-18 +## [0.8.3] - 2026-03-18 ### Fixed - Credential fill returning garbage token in tokenless CI environments — broke `apm install` for public repos in GitHub Actions (#356) +- Release validation `test_ghaw_compat` using correct `apm install` syntax (#360) ### Added diff --git a/pyproject.toml b/pyproject.toml index 4ad31f2c..f6f12545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "apm-cli" -version = "0.8.2" +version = "0.8.3" description = "MCP configuration tool" readme = "README.md" requires-python = ">=3.10"