docs(release): record the v1.1.2 hotfix in CHANGELOG and bd info - #5091
Merged
Merged
Conversation
v1.1.2 shipped 2026-07-26 off the v1.1.0 tag (branch hotfix/v1.1.1) carrying the dolt#11131 aux-rekey encoding-drift fix (gastownhall#4380). This back-merges the release metadata main still needs: the [1.1.2] CHANGELOG section (which also explains the burned 1.1.1 number) and the cmd/bd/info.go versionChanges entry. Deliberately NOT carried from the hotfix branch: the fix itself (reaches main via gastownhall#5064, still review-gated), the version bumps (release-branch concerns), and the Docusaurus versioned-docs snapshot (main deleted the Docusaurus site in 52aea3f for Mintlify). Agent-Signature: claude-fable-5-medium on behalf of matt wilkie Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AQHiBWVPSXDCcUSG9EGw9d
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.
Why
v1.1.2 shipped on 2026-07-26, cut from the v1.1.0 tag (branch
hotfix/v1.1.1) to carry the dolt#11131 aux-rekey encoding-drift fix so bricked 1.1.0 databases regain an upgrade path (#4380). Main never received the release metadata, soCHANGELOG.mdjumps from[Unreleased]to[1.1.0]andbd info --changesdoesn't mention 1.1.2. This is the standard post-hotfix back-merge of that metadata.What
CHANGELOG.md: add the[1.1.2] - 2026-07-26section (verbatim from the release branch). It also records why there is no 1.1.1: the tag was cut but the release run died at the MCP package gate on a staleuv.lockbefore publishing anything, and the number was burned rather than moving the tag.cmd/bd/info.go: add the 1.1.2versionChangesentry.Deliberately not carried from the hotfix branch
Docs-only + one data literal;
go build ./cmd/bdpasses,gofmtclean.claude-fable-5-medium on behalf of matt wilkie