chore: carry 0.5.0.dev0 on main between releases - #87
Merged
Conversation
Merged
DLANSAMA
added a commit
that referenced
this pull request
Aug 5, 2026
Freezes the Unreleased block as 0.5.0 and drops the .dev0 suffix main carries between releases (release.yml compares the tag to pyproject.toml exactly, so v0.5.0 against 0.5.0.dev0 fails the build after the whole matrix has run). Headline is `plate tui`, the optional full-screen terminal UI, plus the deep-audit fix wave — MQTT print-path integrity, config/secrets hardening, the download/slice/ job pipeline, and the CLI JSON contract — and the B.4 refactor that stopped domain modules importing private helpers from the CLI entrypoint. uv.lock carries the project version too, as it did for the 0.5.0.dev0 bump (#87). Co-authored-by: DLANSAMA <258674612+DLANSAMA@users.noreply.github.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.
Post-release step 6 of docs/releasing.md: bump main to the next .dev0 so a source checkout never identifies as the released 0.4.0. Also re-syncs uv.lock.