Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + type SemverParseError struct + func (e *SemverParseError) Error() string + type Version struct + func MustParse(text string) Version + func TryParseVersion(text string) (Version, error) + func (a *Version) Compare(b *Version) int + func (v *Version) String() string + type VersionRange struct + func TryParseVersionRange(text string) (VersionRange, bool) + func (v *VersionRange) String() string + func (v *VersionRange) Test(version *Version) bool