docs: DOC-C1 correct false v0.2.0 released label - #7
Merged
Merged
Conversation
The latest published GitHub release is v0.1.1 (gh release list shows only v0.1.0 and v0.1.1; a v0.2.0 git tag exists but no v0.2.0 release was ever published). README, USER-MANUAL (.md/.txt), and docs/index.html described v0.2.0 as a shipped/published "release"/"Shipping v0.2.0", which is false. Relabel to the house scheme already encoded in the umbrella's verify-suite-state.py (civicnotice carries release_required=False) and STATUS.md (published vs bundled-source distinction): v0.1.1 is the latest published GitHub release; v0.2.0 is the current in-tree/bundled source, aligned to civiccore v1.2.0, shipped only via the Windows Local city-core commit-pinned bundle and not yet published as a GitHub release. The 0.2.0 source/package version (pyproject, __init__, /health, public_ui badge, tests) is genuine and unchanged; only the false release-state claim is corrected. verify-docs gate still passes. Signed-off-by: Claude <noreply@anthropic.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
Corrects the false claim that civicnotice v0.2.0 has been published as a GitHub release.
Reality: only v0.1.0 and v0.1.1 are published releases. The v0.2.0 tag exists but was never released on GitHub. The v0.2.0 source/package version is correct in-tree and ships as a bundled commit-pinned module inside CivicSuite Windows Local; it is not a standalone published release.
Changed: README.md, USER-MANUAL.md, USER-MANUAL.txt, docs/index.html -- corrected release-state wording only. Package versions, test assertions, and historical audit artifacts are untouched.
Signed-off-by: Claude noreply@anthropic.com