Skip to content

rai-lint v0.1.3

Choose a tag to compare

@github-actions github-actions released this 10 Jan 02:32
Immutable release. Only release title and notes can be modified.
7ba5e11

0.1.3 (2026-01-09) 📡📡📡

A boring release, in the best possible way: this one is about making CI/release automation less fragile and keeping dependencies current.

No user-facing rule behavior changes in either package. If you linted commits yesterday, you’re linting commits today — just with fewer ways for the release machinery to hurt itself.

Highlights

  • Release automation is harder to derail. Release Please configuration and “single-tag” wiring were fixed so tags/versions line up cleanly across this monorepo instead of drifting into “wait, which package did we publish?” territory.
  • Security + supply chain posture got a tune-up. The security audit workflow was improved, and the astral-sh/setup-uv action was bumped so the Python toolchain setup stays aligned with the ecosystem.
  • Paper cuts were removed. A couple of small-but-annoying config fixes landed (explicit PR pattern, missing Python version directive), and versions were normalized after an earlier mismatch.

Full changelog