docs: add changelog entry for v0.4.0#61
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Cuts the changelog for the v0.4.0 release: moves the
Unreleasedentries (tool definition drift detection, shipped in #59 for #25) into a## [0.4.0] - 2026-06-11section, per the maintainer notes at the top of CHANGELOG.md. Same pattern as the v0.3.0 cut (#57).This PR is docs-only and closes no issues. Once it merges, the
v0.4.0tag will be pushed on the merge commit, which triggers the release workflow (npm, PyPI, Docker/GHCR + cosign, SBOM, GitHub Release).References: #25, #59, #60 (deferred follow-up shipping with this release's known-limitation note).
Type of Change
Packages Affected
packages/proxypackages/dashboardpackages/python-sdkdocs/examples/Checklist
anytypes or@ts-ignorewithout justificationpnpm secrets:scan,pnpm docs:check:ci,pnpm audit --audit-level=high,pnpm build,pnpm lint,pnpm format:check,pnpm typecheck,pnpm test)feat:,fix:,docs:)How to Test
## [Unreleased]heading becoming## [0.4.0] - 2026-06-11— no entries added, removed, or reworded.policies.on_tool_drift,blockdefault, baseline-annotation evaluation, aggregate exclusions).Unreleasedcontent remains above the new section, matching the post-cut state of previous releases (v0.3.0 and earlier).Additional Context
This is the release-cut PR for v0.4.0 — a minor bump because the release adds a new config surface and a conservative behavior change (
on_tool_driftdefaults toblock; drifted tools are denied until restart or upstream revert).The version number itself lives nowhere in the repo; it is injected from the git tag by
scripts/set-release-version.shduring the release workflow.