Release 2026.628.0 — CalVer + auto-bump mechanism - #61
Merged
Conversation
- pyproject version -> 2026.0628.0; CHANGELOG cuts the 2026.0628.0 release capturing the consumer-platform rework + multi-LLM. - hrp.__version__ now prefers the pyproject literal so the leading zero is kept (2026.0628.0); installed metadata is PEP 440-normalized to 2026.628.0. - FastAPI apps (consumer API, ops) report hrp.__version__ instead of hardcoded 1.0.0 — single source of truth, future bumps touch only pyproject. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011BFeBAuxWTFRayNGMD7VDn
- Version scheme: CalVer YYYY.MMDD.MICRO with MMDD's leading zero dropped (PEP 440 form) -> 2026.628.0. Now the displayed version and pip metadata match. - scripts/bump_version.py: computes the next CalVer from the clock + current version (MICRO auto-increments for same-day releases), writes pyproject and stamps CHANGELOG. Run as the first step of a release; never hand-set. - CHANGELOG documents the schema; __init__ comment updated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011BFeBAuxWTFRayNGMD7VDn
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.
Bumps the version and adopts CalVer
YYYY.MMDD.MICRO, starting at 2026.0628.0.Changes
pyproject.tomlversion1.9.0→2026.0628.0.hrp.__version__now prefers the pyproject literal so the leading zero is preserved (2026.0628.0). Note: installed metadata is PEP 440-normalized (2026.628.0); the literal is the documented/displayed version.hrp.__version__instead of a hardcoded1.0.0— single source of truth; future bumps touch onlypyproject.toml.CHANGELOG.md: cut the2026.0628.0release (consumer-platform rework + multi-LLM), documented the CalVer scheme, and reset[Unreleased].Verification
hrp.__version__/ consumer API / ops API all report2026.0628.0.test_version.py(version ↔ pyproject) + 68 API/LLM/ops tests pass; ruff/black clean.Going forward: bump
pyproject.tomlto the day'sYYYY.MMDD.MICROper release (increment MICRO for same-day releases).🤖 Generated with Claude Code
https://claude.ai/code/session_011BFeBAuxWTFRayNGMD7VDn
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.