From a84e77f4affbedb4f26901d1e82db0a7448c8e0f Mon Sep 17 00:00:00 2001 From: phernandez Date: Sat, 16 May 2026 18:56:30 -0500 Subject: [PATCH] docs: add v0.21.1 changelog entry CI-only point release to validate #833's inline Homebrew bump end-to-end on a real tag push. Signed-off-by: phernandez --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa76ba54..3b6790e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## v0.21.1 (2026-05-16) + +CI-only release. No user-facing changes. + +### Maintenance + +- **#833**: Replace `mislav/bump-homebrew-formula-action` with an inline + bash bump step. The action's `resolveRedirect` HEAD-requests + `api.github.com /repos/.../tarball/` expecting HTTP 302; GitHub now + returns 303 for authenticated requests on that endpoint, which broke + the v0.21.0 Homebrew job and required a manual tap bump. The inline + step does the same work (curl + sha256sum, clone tap, sed-bump + `url`/`sha256`, commit, push) without any third-party dependency. + ## v0.21.0 (2026-05-16) Workspace-aware everywhere: every MCP tool and CLI command now routes through the