You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.1.1] — 2026-07-16
Added
Added GitHub Actions workflow for CI (linting, type-checking, and testing matrix on Python 3.11, 3.12, 3.13).
Added GitHub Actions workflow for CD to automate PyPI publishing using OIDC Trusted Publishing upon GitHub Releases.
Added professional badges (PyPI version, Python support, MIT License) to README.md.
Added local development git pre-commit hooks (using Ruff check and format) to ensure clean code before commits.
Documented dev setup, testing workflow and coding style guidelines in CONTRIBUTING.md.
Fixed
Added missing metadata links ([project.urls]) in pyproject.toml to display GitHub repository links on PyPI.
Fixed syntax parser errors in Mermaid diagrams inside README.md, loop.md, gateway.md, production.md and testing.md (protected special characters and reserved keywords).
Darkened and thickened the SVG logo to ensure better contrast on both dark and light modes.