Module version_resolution

Module version_resolution 

Source
Expand description

Version constraint resolution helpers for the dependency resolver.

This module provides utilities to bridge between version constraints (like ^1.0.0, ~1.2.0) and actual Git tags in repositories.

Functionsยง

find_best_matching_tag
Finds the best matching tag for a version constraint.
is_version_constraint
Checks if a string represents a version constraint rather than a direct reference.
parse_tags_to_versions
Parses Git tags into semantic versions, filtering out non-semver tags.