Skip to content

Relay 0.1.1

Choose a tag to compare

@devkyato devkyato released this 29 Jul 06:36
b8a414b

Relay 0.1.1

Relay 0.1.1 is a maintenance and release-engineering update to the local-first alpha.

Highlights

  • Package metadata and relay --version now use one version source.
  • GitHub community health is complete with structured issue forms, pull-request guidance,
    ownership, support, conduct, security, and roadmap documentation.
  • CI uses current official GitHub Actions and validates Python 3.9 through 3.14.
  • Strict Mypy remains compatible with the declared Python 3.9 target.
  • Dependabot maintains compatible dependencies without reopening an incompatible Mypy update.
  • The public repository uses protected main, vulnerability alerts, automated security fixes,
    release checksums, and clean-wheel smoke tests.

Analyzer rules, finding severity, report schemas, and CLI behaviour are unchanged from 0.1.0.

Compatibility

  • Python: 3.9–3.14
  • Sources: .ino, .cpp, .cc, .cxx, .h, .hpp, .py, and .pyw
  • Operation: local and offline after installation
  • Runtime dependency on Python 3.9/3.10 only: tomli

Install

python -m pip install relay_lint-0.1.1-py3-none-any.whl
relay --version
relay check examples

Relay does not execute analysed source and does not guarantee real-time or physical-machine
safety. Verify findings and remediations on the actual target.