plating 2025-10-12
Switched to shared version utility from foundation
1 files · 7+ · 49-

Shared version utility adoption

1 file changed
  • _version.py Replaced custom version-finding logic with a single call to the shared foundation versioning utility
  • Replaced custom _find_project_root() and get_version() logic in src/plating/_version.py with a single call to provide.foundation.utils.versioning.get_version("plating", caller_file=__file__) decouple internal
    1 file
    • _version.py
  • Removed manual VERSION file searching, package metadata fallback, and development version default – all now handled by foundation harden behavioral
    1 file
    • _version.py