Skip to content

chore: release v0.6.8#479

Merged
lorenss-m merged 1 commit into
mainfrom
chore/release-0.6.8
Jul 2, 2026
Merged

chore: release v0.6.8#479
lorenss-m merged 1 commit into
mainfrom
chore/release-0.6.8

Conversation

@lorenss-m

@lorenss-m lorenss-m commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Bump the version from 0.6.8.dev1 to 0.6.8 to cut the release.

main has been at 0.6.8.dev1 since 2026-06-24, so the two notable
changes already merged there are not yet in any PyPI release (latest is
0.6.7):

  • openai-compatible workspace tools: bash, edit, write (bac30219)
  • workspace file tracking enabled by default (5e4a42b3)

This drops the .dev1 suffix so those ship in a real 0.6.8.

Changes

  • pyproject.toml: version = "0.6.8"
  • hud/version.py: __version__ = "0.6.8"
  • hud/tests/test_version.py: assertion updated to 0.6.8

Test plan

  • uv run pytest hud/tests/test_version.py
  • Confirm the release/publish workflow tags and uploads 0.6.8 to PyPI after merge

Note

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.dev1 to 0.6.8 everywhere it is defined.

pyproject.toml and hud/version.py now declare 0.6.8, and hud/tests/test_version.py asserts 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.

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>
@lorenss-m lorenss-m merged commit db419b2 into main Jul 2, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant