From 9005d58a69af42f61d9dd1ad56c935edcef84494 Mon Sep 17 00:00:00 2001 From: sebas_correa Date: Thu, 3 Sep 2026 10:57:13 -0300 Subject: [PATCH] chore: force release version to 7.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several commits merged into main's history via #554 (the 6.x-into-main merge) carried breaking-change markers (feat(agent)!: and BREAKING CHANGE: footers) for real interface changes in nullplatform/agent and service_definition_agent_association. That's causing release-please to compute the next version as 8.0.0 (PR #555). These changes are being treated as non-breaking for this repo's consumption model: every consumer pins an exact `?ref=vX.Y.Z` per module, so no automatic upgrade behavior depends on strict semver correctness here. The actual interface changes remain fully documented in each commit's body — only the version-bump signal is being overridden. Release-As: 7.2.0