Skip to content

docs(changelog): reconcile [Unreleased] with PRs merged since v0.21.0#1871

Merged
danielmeppiel merged 1 commit into
mainfrom
danielmeppiel/batch-bug-shepherd
Jun 20, 2026
Merged

docs(changelog): reconcile [Unreleased] with PRs merged since v0.21.0#1871
danielmeppiel merged 1 commit into
mainfrom
danielmeppiel/batch-bug-shepherd

Conversation

@danielmeppiel

Copy link
Copy Markdown
Collaborator

TL;DR

Makes the CHANGELOG.md [Unreleased] block faithful to what has actually merged since the v0.21.0 tag. No version bump, no dated heading -- everything stays under [Unreleased]. This is changelog hygiene only; it does not cut a release.

What changed

Enumerated every PR merged after the v0.21.0 tag (commit 975f8f0, 2026-06-19 16:46) and reconciled the changelog against it.

Added to [Unreleased] (were missing)

Attribution fix

Misfiled entry moved

Correctly omitted

Validation evidence

  • Changelog-only diff (+21 / -5), printable ASCII per the encoding contract.
  • No src/ or tests/ changes, so the CI lint mirror (ruff / pylint R0801 / auth-signals) has no new code surface to flag.

How to test

  • git show --stat HEAD -- confirms a single-file (CHANGELOG.md) change.
  • grep -c "#1853" CHANGELOG.md -- returns 1 (now only in [Unreleased], removed from [0.21.0]).

Note

Reviewer check on the #1853 move: if v0.21.0's published artifact was intended to include #1853, revert just that hunk. The branch base is a few commits behind main; the changelog hunks do not conflict (none of the post-tag PRs added their own [Unreleased] entries).

Add the user-facing PRs merged after the v0.21.0 tag that were missing
from the changelog (#1830 Added; #1854, #1856 Fixed), add the external-
contributor credit on #1855, and move #1853 out of the released [0.21.0]
section into [Unreleased] since it merged after the v0.21.0 tag. No version
bump -- everything stays under [Unreleased].

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 20, 2026 20:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates CHANGELOG.md to make the [Unreleased] section accurately reflect PRs merged since the v0.21.0 tag, without cutting a release or introducing a new dated version heading.

Changes:

  • Add a new [Unreleased] ### Added entry for #1830 (org-policy repo discovery cascade + ADO Items API).
  • Add missing [Unreleased] ### Fixed entries for #1854 and #1856, and add missing external-contributor attribution for #1855.
  • Move the #1853 fix entry from the 0.21.0 release section back into [Unreleased].
Show a summary per file
File Description
CHANGELOG.md Reconciles [Unreleased] entries and attribution with merges since v0.21.0, including moving #1853 out of the released 0.21.0 section.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@danielmeppiel danielmeppiel merged commit a9a883b into main Jun 20, 2026
14 checks passed
@danielmeppiel danielmeppiel deleted the danielmeppiel/batch-bug-shepherd branch June 20, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants