pyvider-hcl 2025-10-12
Delegated version resolution to provide-foundation shared utility
1 files · 7+ · 49-

Version resolution delegated to provide-foundation

1 file changed
  • _version.py Replaced custom version discovery with shared provide-foundation utility call
  • Removed the custom _find_project_root() and get_version() functions that walked the directory tree looking for a VERSION file decouple internal
    1 file
    • _version.py
  • Replaced with a single call to provide.foundation.utils.versioning.get_version(“pyvider-hcl”, caller_file=file) decouple behavioral
    1 file
    • _version.py
  • The shared utility handles VERSION file discovery, importlib.metadata fallback, and default version – same logic but maintained centrally decouple internal
    1 file
    • _version.py
  • Added all = ["version"] for explicit module exports harden internal
    1 file
    • _version.py