pub fn detect_version_file(project_root: &Path) -> Option<PathBuf>
Detect the project’s version file, checking Cargo.toml, then pyproject.toml, then package.json. Returns the first that exists.