docs(changelog): record reference-data (#379) under 0.55.0#388
Merged
Conversation
padak
added a commit
that referenced
this pull request
Jun 4, 2026
…livery (#399) 0.55.0 sat in main across three builds (#383, #379, #388) under one version number, so users on an interim 0.55.0 build never received the reference-data commands via `kbagent update` (the auto-update check is version-only: 0.55.0 >= 0.55.0 reads as up-to-date). Bump to 0.56.0 gives auto-update a strictly-greater target. No code changes; reference-data stays recorded under 0.55.0 and its since-tags remain correct.
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.
Summary
PR #379 (
semantic-layer reference-data) merged without a changelog entry — the version bump + changelog were deferred to release-time per CONTRIBUTING. This adds the missing entry to the pending 0.55.0 release so it ships complete release notes alongside #383 (sync plaintext audit) and #384 (hint-subsystem removal).Why 0.55.0 (not 0.56.0)
0.55.0is inpyproject.tomlbut not yet released (latest tag/release isv0.54.0). reference-data merged into main before 0.55.0 shipped, so it rides the same train — thesince v0.55.0doc tags from #379 stay correct, no retag needed.Changes
changelog.py: one entry under0.55.0describing the four leaves (list/get/set/delete), project-wide idempotency, the revisionedput_item, zero-blast-radius design, serve parity, and test coverage.make version-sync/make skill-genare no-ops (0.55.0 + SKILL.md already on main from feat(semantic-layer): add reference-data commands (Chart of Accounts in the metastore) #379).Verification
make checkgreen (lint/format/changelog-check/skill/version + 3843 passed).Follow-up after merge: tag
v0.55.0+ GitHub release.