Skip to content

docs: combine the 22 pending release notes into one changelog update - #915

Merged
lucmir merged 2 commits into
mainfrom
release-notes/combined-2026-08-21
Aug 21, 2026
Merged

lucmir merged 2 commits into
mainfrom
release-notes/combined-2026-08-21

Conversation

@lucmir

@lucmir lucmir commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Combines all 22 pending release-notes PRs into one changelog update, so there's a single review and no conflicts between them.

  • docs/civic/changelog.mdx — 8 entries (Civic / civic-mcp)
  • docs/overview/changelog.mdx — 14 entries (Auth: auth-server and apps)

183 insertions, 0 deletions. No existing line is touched or moved.

How the entries were placed

Not stacked on top. Each of those PRs branched off the main of its day and inserted at the top of the file, so simply concatenating them would have produced a changelog in roughly reverse-random order. Both files are strictly newest-first, so each entry is inserted at its correct chronological position, interleaving with entries already merged. In the Civic changelog that reads:

v0.1.156  July 14   (new)
v0.1.155  July 10   (new)
v0.1.154  July 09   (already merged)
v0.1.153  June 30   (new)
v0.1.152  June 05   (already merged)
v0.1.151  June 01   (new)
v0.1.150  May 29    (already merged)

Entries already merged keep their exact relative order (stable sort by date), which is why the diff is pure insertion.

The legacy Mintlify-era entries at the bottom of both files — different header shape (tags={...}, "September 26th, 2025", "December 2025") and not reliably ordered — are left completely untouched: 3 in the Civic file, 18 in the Auth file. Only the modern date-ordered prefix was sorted.

Verified

  • Diff is 183 insertions, 0 deletions, across the two files only.
  • Both files re-parsed after the merge: 0 date-order violations (70 modern entries in Civic, 34 in Auth).
  • No duplicate versions in either file, and none of the 22 versions was already present on main.
  • Every source PR contributes exactly one <Update> block and touches exactly one file — checked before merging, so nothing else rode along.

Source PRs — safe to close once this merges

PR Version Date Changelog
#829 v0.1.142 April 28, 2026 Civic
#831 v0.1.143 April 30, 2026 Civic
#841 v0.1.146 May 12, 2026 Civic
#843 v0.1.147 May 13, 2026 Civic
#847 v0.1.151 June 01, 2026 Civic
#874 v0.1.153 June 30, 2026 Civic
#886 v0.1.155 July 10, 2026 Civic
#900 v0.1.156 July 14, 2026 Civic
#852 apps-0.2.100 June 12, 2026 Auth
#856 apps-0.2.101 June 19, 2026 Auth
#864 apps-0.2.102 June 22, 2026 Auth
#868 apps-0.2.103 June 25, 2026 Auth
#873 apps-0.2.104 June 29, 2026 Auth
#889 apps-0.2.105 July 10, 2026 Auth
#908 apps-0.2.106 August 14, 2026 Auth
#851 auth-server-1.2.32 June 12, 2026 Auth
#853 auth-server-1.2.33 June 15, 2026 Auth
#869 auth-server-1.2.35 June 26, 2026 Auth
#870 auth-server-1.2.36 June 26, 2026 Auth
#879 auth-server-1.2.37 July 02, 2026 Auth
#907 auth-server-1.2.39 August 14, 2026 Auth
#913 auth-server-1.2.41 August 20, 2026 Auth

Each of those is fully superseded by this PR — their content is included verbatim. Nothing else in them needs carrying over.

Not touched: #905, #899, #895 (not release-notes PRs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants