Release 0.3.0 - #31
Merged
Merged
Conversation
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.
Cuts 0.3.0. Minor bump: one new, opt-in feature; no breaking changes.
Version bumped in the four canonical places
package.json,pyproject.toml,CITATION.cff(+date-released), and theAPP_VERSIONdefault incore/config.py— the last being whatGET /api/v1/statusreports and what the footer shows.Both lockfiles refreshed (they carry the project version), the version line at the top of
THIRD_PARTY_NOTICES.mdupdated, and theDEIDENTIFIER_IMAGE_TAGexamples indocs/operations/deployment.mdmoved tov0.3.0.Production dependencies did not change in this PR — #30 already regenerated the notices tables — so only that header line moved.
Changelog
[Unreleased]moved into[0.3.0] — 2026-08-20with its compare link. The single entry is the OIDC sign-in from #29, tightened on the way in.I also condensed the
[0.2.0]section: it ran to 26 lines across three OCR bullets that each repeated the same link to the same docs page, now one bullet at 19 lines. I left[0.1.2],[0.1.1]and[0.1.0]alone — I tried condensing them too, but the rewrites reshuffled wording without meaningfully shortening anything, which is churn on published history for no reader benefit. Happy to take another pass if you disagree.Verification
Full local gate, all green:
uv run ruff check backend/+ruff format --checknpm run check(prettier, eslint, vue-tsc, both i18n checks)npm run buildmkdocs buildAlso grepped the tree for stale
0.2.1references — none left outsideCHANGELOG.mdhistory.