chore: release v0.6.8#479
Merged
Merged
Conversation
Drop the .dev1 suffix to cut the 0.6.8 release. This ships the openai-compatible workspace tools (bash/edit/write) and file-tracking enabled by default, which have been on main since 2026-06-24 but not yet in a PyPI release (latest is 0.6.7). Co-authored-by: Cursor <cursoragent@cursor.com>
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
Bump the version from
0.6.8.dev1to0.6.8to cut the release.mainhas been at0.6.8.dev1since 2026-06-24, so the two notablechanges already merged there are not yet in any PyPI release (latest is
0.6.7):bash,edit,write(bac30219)5e4a42b3)This drops the
.dev1suffix so those ship in a real0.6.8.Changes
pyproject.toml:version = "0.6.8"hud/version.py:__version__ = "0.6.8"hud/tests/test_version.py: assertion updated to0.6.8Test plan
uv run pytest hud/tests/test_version.py0.6.8to PyPI after mergeNote
Low Risk
Version-string-only change with no runtime logic; risk is limited to release tagging/PyPI publishing if the workflow is misconfigured.
Overview
Cuts the 0.6.8 release by changing the package version from
0.6.8.dev1to0.6.8everywhere it is defined.pyproject.tomlandhud/version.pynow declare0.6.8, andhud/tests/test_version.pyasserts the same so the import-time version stays in sync for publish.Reviewed by Cursor Bugbot for commit c8054ad. Bugbot is set up for automated code reviews on this repo. Configure here.