chore(release): 0.8.0 - #329
Merged
Merged
Conversation
Version bump across all six distributions (tests/test_packaging.py fails the build if a sibling pin is left behind). Minor, not patch, because the supported-Python floor widened and the licence metadata changed — both user-facing — even though no trading behaviour moved.
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.
What & why
Version bump across all six distributions. Minor (0.8.0), not patch, because two changes since v0.7.1 are user-facing: the supported-Python floor widened to >=3.11 (measured; CI now runs a 3.11 leg to keep it true, #301), and every distribution now carries Apache-2.0 as PEP 639 licence metadata with
py.typedshipped (#264 and the Phase 6 licence work).What else is in the arc this release collects: the open-source readiness docs (README rewritten for the stranger #300,
docs/fiqh-basis.md#317, the scholarly-review stance #318, the Arabic entry point #319,docs/launch.md#328, Contributor Covenant #302, issue/PR templates #303, SECURITY.md #298, governance #297), the tokenless security scans with Dependabot + weekly pip-audit over the frozen lock + CodeQL (#320, which also fixed PYSEC-2026-3552 by moving cryptography to 50.0.0), the CI matrix (#301) and the mypy gate (#268), plus the dependency/action updates Dependabot has merged since.No rail, rule, or screening behaviour changed since v0.7.1 — the diff is packaging, metadata, docs, CI, and the cryptography upgrade the new audit surfaced.
Tests-first evidence
tests/test_packaging.pyandtests/test_python_floor.pyalready pin the invariants this bump touches (sibling==pins and the floor); after the bump anduv lock: 2856 passed, 1 skipped; ruff clean; mypy clean;keel --versionreports 0.8.0.Gates
uv run ruff check keel tests packages— All checks passed!uv run mypy— Success: no issues found in 237 source filesuv run pytest -q— 2856 passed, 1 skippedScope check