chore(release): bump version metadata to 2026.08.1 - #3283
Conversation
There was a problem hiding this comment.
Pull request overview
Routine CalVer bump to prepare the Anthias release cut for v2026.08.1, updating version metadata across the Python, Node, and lockfile artifacts.
Changes:
- Bump Python project version in
pyproject.tomlto2026.08.1. - Bump Node package version in
package.jsonto2026.08.1. - Bump the editable
anthiasentry inuv.lockto2026.8.1(SemVer-compatible formatting).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
uv.lock |
Updates the locked editable package version to 2026.8.1. |
pyproject.toml |
Updates [project].version to 2026.08.1. |
package.json |
Updates the npm package version to 2026.08.1. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3283 +/- ##
=========================================
Coverage ? 90.47%
=========================================
Files ? 79
Lines ? 8932
Branches ? 950
=========================================
Hits ? 8081
Misses ? 627
Partials ? 224 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
- package.json, pyproject.toml -> 2026.08.1 (CalVer, zero-padded) - uv.lock anthias package -> 2026.8.1 (strict semver) Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
31939f1 to
947246f
Compare
|



Issues Fixed
None — this is the routine CalVer bump ahead of cutting
v2026.08.1.Description
Bumps the version metadata to
2026.08.1(August MICRO 1, following2026.08.0):package.json→2026.08.1(zero-padded CalVer)pyproject.toml→2026.08.1(zero-padded CalVer)uv.lock,anthiaspackage →2026.8.1(strict semver, as required by SemVer §9 and balena)No other changes. Once merged and the master Docker build is green across every board, the tagged release gets cut and burn-in runs on the hardware testbeds.
Notable work landing in this release since
2026.08.0: the HDMI-CEC rewrite on the kernel uABI with passthrough and a display schedule, low-RAM JPEG/PNG downscaling, the array-settings fix that unblocks Menu Board installs, telemetry release-version reporting, and viewer Sentry/journal noise reduction.Checklist