release: 1.0.0 (drop alpha messaging, add project URLs)#2
Merged
will-fawcett-trillium merged 1 commit intomainfrom Apr 29, 2026
Merged
release: 1.0.0 (drop alpha messaging, add project URLs)#2will-fawcett-trillium merged 1 commit intomainfrom
will-fawcett-trillium merged 1 commit intomainfrom
Conversation
- Version bumped 0.0.1 -> 1.0.0 - Development Status classifier bumped from "3 - Alpha" to "5 - Production/Stable" - Dropped the "Status: alpha (v0.0.1) -- work in progress" blockquote from the README - Added [tool.poetry.urls] table with Repository and Issues links so package metadata exposes the canonical URLs No code changes; no test or lint impact.
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
Prepares the repo for the v1.0.0 tag.
0.0.1→1.0.0inpyproject.tomlDevelopment Status :: 3 - Alpha→5 - Production/StableREADME.md[tool.poetry.urls]table with Repository and Issues linksThe actual
v1.0.0git tag is not part of this PR — it'll be cut after this lands onmainand CI is green.Test plan
python3 -m pytest tests— 23/23 passpython3 -m mypy --ignore-missing-imports src tests— cleanpython3 -m pylint src tests— 9.80/10grep -rn -i "alpha\|0\.0\.1" pyproject.toml README.md src tests client.py .env.example— no hitspython3 -c "import tomllib; tomllib.load(open('pyproject.toml','rb'))"— parses