Release 1.6.0 - #69
Merged
Merged
Conversation
Rename the [Unreleased] changelog section to 1.6.0, bump the package version, and relock. No golden moved: the comparisons normalize the engine_version stamp, so the goldens keep the stamp of the engine that produced them. The bump is a minor. [Unreleased] carries Added and nothing else — ObjectiveSpec.name, ObjectiveView.name, and the name/quest_name fields on ObjectiveRevealedEvent, ObjectiveCompletedEvent, and AdventureCompletedEvent (#65, landed as #66). Added functionality is a MINOR bump under the SemVer adherence the changelog declares, and it matches the project's own unbroken precedent: every release with an Added section took a minor, and the sole patch (1.2.1) was Fixed alone. Claude-Session: https://claude.ai/code/session_019eAQh7GsnUpCG14nAMzDJN
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.
The release ritual for 1.6.0, per the releasing runbook: the version bump in
pyproject.toml,uv lock, and the[Unreleased]changelog section promoted to[1.6.0] - 2026-08-08. Nothing else — the goldens keep the stamp of the engine that produced them.The bump is a minor:
[Unreleased]carries### Addedand nothing else — the objective display names of #65, landed as #66 (ObjectiveSpec.name,ObjectiveView.name,name/quest_nameon the two objective events,AdventureCompletedEvent.name). Every prior release with an### Addedsection took a minor; the sole patch (1.2.1) was### Fixedalone.After merge: local dry run (
uv build,check_dist.py,install_smoke.py), then the annotatedv1.6.0tag on the merge commit drivesrelease.ymlto PyPI.Cut for osr-web's authored-layer phase 2, whose plan (mmacy/osr-web#49) reads these fields and sets its dependency floor to
osrlib>=1.6.0.https://claude.ai/code/session_019eAQh7GsnUpCG14nAMzDJN