Skip to content

Releases: sbdchd/codeowners

Configure Trusted Publishing. Migrate to modern tools and Python

Choose a tag to compare

@chdsbd chdsbd released this 28 Jun 15:09
8ac0ed5
  • Migrate tooling to GitHub Actions, uv, and Ruff, and update the supported Python versions.
  • Publish to PyPI from CI via trusted publishing.

v0.3.0

Choose a tag to compare

@sbdchd sbdchd released this 16 Mar 22:10
6c5e856

Added

  • ignore GitLab specific codeowner sections (#23)

v0.2.1

Choose a tag to compare

@sbdchd sbdchd released this 28 Jan 04:14
29e4f79

Fixed

  • Fixed broken directory expansion

v0.2.0

Choose a tag to compare

@sbdchd sbdchd released this 24 Jan 23:18
e874f73

Added

  • added type hints

Changed

  • no longer using bindings to Rust library, instead the parsing is done in Python
    • this makes distributing easier