plating 2025-12-28
Add release workflow, expand build config, and refactor discovery finder
5 files · 88+ · 19-

Release and packaging

3 files changed
  • release.yml Added automated release workflow (46 lines)
  • pyproject.toml Expanded with 30 lines of additional build configuration
  • VERSION Version bump
  • Added .github/workflows/release.yml (46 lines) for automated releases instantiate internal
    1 file
    • release.yml
  • Expanded pyproject.toml with 30 lines of additional build configuration baseline internal
    1 file
    • pyproject.toml
  • Updated VERSION baseline internal
    1 file
    • VERSION

Discovery finder refactor

1 file changed
  • finder.py Refactored with 29 lines of improved component discovery logic
  • Refactored src/plating/discovery/finder.py with 29 lines of improved component discovery logic decouple internal
    1 file
    • finder.py

PEP 561 type marker relocation

1 file changed
  • py.typed Moved from src/plating/templating/py.typed to package root
  • Moved src/plating/templating/py.typed to src/plating/py.typed (package root) decouple internal
    1 file
    • py.typed