pub fn version_from_tag(tag: &str) -> Option<Version>
Parse version from git tag.
Handles both “v1.2.3” and “1.2.3” formats.